Color Hex Logo

#afa86f Color Hex

#AFA86F
(175,168,111)
0 Favorites   0 Comments

Color spaces of #afa86f

RGB 175168111
HSL0.150.290.56
HSV53°37°69°
CMYK 0.000.040.37   0.31
XYZ34.551138.266920.6041
Yxy38.26690.36980.4096
Hunter Lab61.8602-8.557023.5542
CIE-Lab68.2169-6.160230.3788

#afa86f color RGB value is (175,168,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101000 01101111
Octal 257 250 157
Decimal 175 168 111
Hex AF A8 6F

RGB Percentages of Color #afa86f

%38.55
%37.00
%24.45

CMYK Percentages of Color #afa86f

%0
%4
%37
%31

Triadic Colors of #afa86f

#afa86f #6fafa8 #a86faf

Analogous Colors of #afa86f

#afa86f #96af6f #af886f

Monochromatic Colors of #afa86f

#afa86f

Complementary Color

#afa86f #6f76af

#afa86f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa86f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa86f Color CSS Codes

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

#afa86f Text Font Color

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

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


#afa86f Background Color

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

This div background color is #afa86f


#afa86f Border Color

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

This div border color is #afa86f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa86f


Comments

No comments written yet.

Please login to write comment.