Color Hex Logo

#afa17b Color Hex

#AFA17B
(175,161,123)
0 Favorites   0 Comments

Color spaces of #afa17b

RGB 175161123
HSL0.120.250.58
HSV44°30°69°
CMYK 0.000.080.30   0.31
XYZ33.999236.033823.9022
Yxy36.03380.36190.3836
Hunter Lab60.0282-3.949118.4114
CIE-Lab66.5457-0.867321.6716

#afa17b color RGB value is (175,161,123).

#afa17b hex color red value is 175, green value is 161 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #afa17b hue: 0.12 , saturation: 0.25 and the lightness value of afa17b is 0.58.

The process color (four color CMYK) of #afa17b color hex is 0.00, 0.08, 0.30, 0.31. Web safe color of #afa17b is #999966. Color #afa17b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 01111011
Octal 257 241 173
Decimal 175 161 123
Hex AF A1 7B

RGB Percentages of Color #afa17b

%38.13
%35.08
%26.80

CMYK Percentages of Color #afa17b

%0
%8
%30
%31

Triadic Colors of #afa17b

#afa17b #7bafa1 #a17baf

Analogous Colors of #afa17b

#afa17b #a3af7b #af877b

Monochromatic Colors of #afa17b

#afa17b

Complementary Color

#afa17b #7b89af

#afa17b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa17b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa17b Color CSS Codes

.mybgcolor {background-color:#afa17b; } 
.myforecolor {color:#afa17b; }
.mybordercolor {border:3px solid #afa17b; }

#afa17b Text Font Color

<p style="color:#afa17b">Text here</p>

This sample text font color is #afa17b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#afa17b Background Color

<div style="background-color:#afa17b">
Div content here</div>

This div background color is #afa17b


#afa17b Border Color

<div style="border:3px solid #afa17b">
Div here</div>

This div border color is #afa17b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,161,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #afa17b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #afa17b;
  -webkit-box-shadow: 1px 1px 3px 2px #afa17b;
  box-shadow:         1px 1px 3px 2px #afa17b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,161,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #afa17b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #afa17b;
  -webkit-box-shadow: 1px 1px 3px 2px #afa17b;
  box-shadow:         1px 1px 3px 2px #afa17b;">
Div content here</div>

This div box has shadow with color #afa17b


Comments

No comments written yet.

Please login to write comment.