Color Hex Logo

#afa76f Color Hex

#AFA76F
(175,167,111)
0 Favorites   0 Comments

Color spaces of #afa76f

RGB 175167111
HSL0.150.290.56
HSV53°37°69°
CMYK 0.000.050.37   0.31
XYZ34.367237.899120.5428
Yxy37.89910.37030.4084
Hunter Lab61.5622-8.086123.3090
CIE-Lab67.9462-5.627730.0261

#afa76f color RGB value is (175,167,111).

#afa76f hex color red value is 175, green value is 167 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #afa76f hue: 0.15 , saturation: 0.29 and the lightness value of afa76f is 0.56.

The process color (four color CMYK) of #afa76f color hex is 0.00, 0.05, 0.37, 0.31. Web safe color of #afa76f is #999966. Color #afa76f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100111 01101111
Octal 257 247 157
Decimal 175 167 111
Hex AF A7 6F

RGB Percentages of Color #afa76f

%38.63
%36.87
%24.50

CMYK Percentages of Color #afa76f

%0
%5
%37
%31

Triadic Colors of #afa76f

#afa76f #6fafa7 #a76faf

Analogous Colors of #afa76f

#afa76f #97af6f #af876f

Monochromatic Colors of #afa76f

#afa76f

Complementary Color

#afa76f #6f77af

#afa76f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa76f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa76f Color CSS Codes

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

#afa76f Text Font Color

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

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


#afa76f Background Color

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

This div background color is #afa76f


#afa76f Border Color

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

This div border color is #afa76f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa76f


Comments

No comments written yet.

Please login to write comment.