Color Hex Logo

#afa79b Color Hex

#AFA79B
(175,167,155)
0 Favorites   0 Comments

Color spaces of #afa79b

RGB 175167155
HSL0.100.110.65
HSV36°11°69°
CMYK 0.000.050.11   0.31
XYZ37.414339.118036.5889
Yxy39.11800.33070.3458
Hunter Lab62.5444-2.67339.0960
CIE-Lab68.83670.76497.2237

#afa79b color RGB value is (175,167,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100111 10011011
Octal 257 247 233
Decimal 175 167 155
Hex AF A7 9B

RGB Percentages of Color #afa79b

%35.21
%33.60
%31.19

CMYK Percentages of Color #afa79b

%0
%5
%11
%31

Triadic Colors of #afa79b

#afa79b #9bafa7 #a79baf

Analogous Colors of #afa79b

#afa79b #adaf9b #af9d9b

Monochromatic Colors of #afa79b

#afa79b

Complementary Color

#afa79b #9ba3af

#afa79b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa79b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa79b Color CSS Codes

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

#afa79b Text Font Color

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

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


#afa79b Background Color

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

This div background color is #afa79b


#afa79b Border Color

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

This div border color is #afa79b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,167,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 #afa79b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa79b

#afa79b Color Palettes


Comments

No comments written yet.

Please login to write comment.