Color Hex Logo

#afa96a Color Hex

#AFA96A
(175,169,106)
0 Favorites   0 Comments

Color spaces of #afa96a

RGB 175169106
HSL0.150.300.55
HSV55°39°69°
CMYK 0.000.030.39   0.31
XYZ34.468738.530519.2561
Yxy38.53050.37360.4177
Hunter Lab62.0729-9.507825.0583
CIE-Lab68.4098-7.275733.2721

#afa96a color RGB value is (175,169,106).

#afa96a hex color red value is 175, green value is 169 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #afa96a hue: 0.15 , saturation: 0.30 and the lightness value of afa96a is 0.55.

The process color (four color CMYK) of #afa96a color hex is 0.00, 0.03, 0.39, 0.31. Web safe color of #afa96a is #999966. Color #afa96a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101001 01101010
Octal 257 251 152
Decimal 175 169 106
Hex AF A9 6A

RGB Percentages of Color #afa96a

%38.89
%37.56
%23.56

CMYK Percentages of Color #afa96a

%0
%3
%39
%31

Triadic Colors of #afa96a

#afa96a #6aafa9 #a96aaf

Analogous Colors of #afa96a

#afa96a #93af6a #af876a

Monochromatic Colors of #afa96a

#afa96a

Complementary Color

#afa96a #6a70af

#afa96a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa96a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa96a Color CSS Codes

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

#afa96a Text Font Color

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

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


#afa96a Background Color

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

This div background color is #afa96a


#afa96a Border Color

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

This div border color is #afa96a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa96a


Comments

No comments written yet.

Please login to write comment.