Color Hex Logo

#afa95e Color Hex

#AFA95E
(175,169,94)
0 Favorites   0 Comments

Color spaces of #afa95e

RGB 17516994
HSL0.150.340.53
HSV56°46°69°
CMYK 0.000.030.46   0.31
XYZ33.887538.298016.1959
Yxy38.29800.38340.4333
Hunter Lab61.8854-10.555527.8031
CIE-Lab68.2397-8.557939.2719

#afa95e color RGB value is (175,169,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101001 01011110
Octal 257 251 136
Decimal 175 169 94
Hex AF A9 5E

RGB Percentages of Color #afa95e

%39.95
%38.58
%21.46

CMYK Percentages of Color #afa95e

%0
%3
%46
%31

Triadic Colors of #afa95e

#afa95e #5eafa9 #a95eaf

Analogous Colors of #afa95e

#afa95e #8daf5e #af815e

Monochromatic Colors of #afa95e

#afa95e

Complementary Color

#afa95e #5e64af

#afa95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa95e Color CSS Codes

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

#afa95e Text Font Color

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

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


#afa95e Background Color

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

This div background color is #afa95e


#afa95e Border Color

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

This div border color is #afa95e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa95e


Comments

No comments written yet.

Please login to write comment.