Color Hex Logo

#afa860 Color Hex

#AFA860
(175,168,96)
0 Favorites   0 Comments

Color spaces of #afa860

RGB 17516896
HSL0.150.330.53
HSV55°45°69°
CMYK 0.000.040.45   0.31
XYZ33.793137.963816.6130
Yxy37.96380.38240.4296
Hunter Lab61.6148-9.926127.1442
CIE-Lab67.9939-7.828137.9462

#afa860 color RGB value is (175,168,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101000 01100000
Octal 257 250 140
Decimal 175 168 96
Hex AF A8 60

RGB Percentages of Color #afa860

%39.86
%38.27
%21.87

CMYK Percentages of Color #afa860

%0
%4
%45
%31

Triadic Colors of #afa860

#afa860 #60afa8 #a860af

Analogous Colors of #afa860

#afa860 #8faf60 #af8160

Monochromatic Colors of #afa860

#afa860

Complementary Color

#afa860 #6067af

#afa860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa860 Color CSS Codes

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

#afa860 Text Font Color

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

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


#afa860 Background Color

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

This div background color is #afa860


#afa860 Border Color

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

This div border color is #afa860


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa860


Comments

No comments written yet.

Please login to write comment.