Color Hex Logo

#afa79d Color Hex

#AFA79D
(175,167,157)
0 Favorites   0 Comments

Color spaces of #afa79d

RGB 175167157
HSL0.090.100.65
HSV33°10°69°
CMYK 0.000.050.10   0.31
XYZ37.583739.185737.4810
Yxy39.18570.32900.3430
Hunter Lab62.5985-2.37728.3189
CIE-Lab68.88561.10636.1870

#afa79d color RGB value is (175,167,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100111 10011101
Octal 257 247 235
Decimal 175 167 157
Hex AF A7 9D

RGB Percentages of Color #afa79d

%35.07
%33.47
%31.46

CMYK Percentages of Color #afa79d

%0
%5
%10
%31

Triadic Colors of #afa79d

#afa79d #9dafa7 #a79daf

Analogous Colors of #afa79d

#afa79d #aeaf9d #af9e9d

Monochromatic Colors of #afa79d

#afa79d

Complementary Color

#afa79d #9da5af

#afa79d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa79d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa79d Color CSS Codes

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

#afa79d Text Font Color

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

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


#afa79d Background Color

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

This div background color is #afa79d


#afa79d Border Color

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

This div border color is #afa79d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa79d


Comments

No comments written yet.

Please login to write comment.