Color Hex Logo

#afa09b Color Hex

#AFA09B
(175,160,155)
0 Favorites   0 Comments

Color spaces of #afa09b

RGB 175160155
HSL0.040.110.65
HSV15°11°69°
CMYK 0.000.090.11   0.31
XYZ36.166436.622136.1729
Yxy36.62210.33190.3361
Hunter Lab60.51620.77396.9214
CIE-Lab66.99254.59354.5732

#afa09b color RGB value is (175,160,155).

#afa09b hex color red value is 175, green value is 160 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #afa09b hue: 0.04 , saturation: 0.11 and the lightness value of afa09b is 0.65.

The process color (four color CMYK) of #afa09b color hex is 0.00, 0.09, 0.11, 0.31. Web safe color of #afa09b is #999999. Color #afa09b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 10011011
Octal 257 240 233
Decimal 175 160 155
Hex AF A0 9B

RGB Percentages of Color #afa09b

%35.71
%32.65
%31.63

CMYK Percentages of Color #afa09b

%0
%9
%11
%31

Triadic Colors of #afa09b

#afa09b #9bafa0 #a09baf

Analogous Colors of #afa09b

#afa09b #afaa9b #af9ba0

Monochromatic Colors of #afa09b

#afa09b

Complementary Color

#afa09b #9baaaf

#afa09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa09b Color CSS Codes

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

#afa09b Text Font Color

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

This sample text font color is #afa09b
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.


#afa09b Background Color

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

This div background color is #afa09b


#afa09b Border Color

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

This div border color is #afa09b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa09b


Comments

No comments written yet.

Please login to write comment.