Color Hex Logo

#afa05e Color Hex

#AFA05E
(175,160,94)
0 Favorites   0 Comments

Color spaces of #afa05e

RGB 17516094
HSL0.140.340.53
HSV49°46°69°
CMYK 0.000.090.46   0.31
XYZ32.270435.063715.6568
Yxy35.06370.38880.4225
Hunter Lab59.2146-6.347825.7735
CIE-Lab65.7982-3.766136.2516

#afa05e color RGB value is (175,160,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 01011110
Octal 257 240 136
Decimal 175 160 94
Hex AF A0 5E

RGB Percentages of Color #afa05e

%40.79
%37.30
%21.91

CMYK Percentages of Color #afa05e

%0
%9
%46
%31

Triadic Colors of #afa05e

#afa05e #5eafa0 #a05eaf

Analogous Colors of #afa05e

#afa05e #96af5e #af785e

Monochromatic Colors of #afa05e

#afa05e

Complementary Color

#afa05e #5e6daf

#afa05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa05e Color CSS Codes

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

#afa05e Text Font Color

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

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


#afa05e Background Color

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

This div background color is #afa05e


#afa05e Border Color

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

This div border color is #afa05e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa05e


Comments

No comments written yet.

Please login to write comment.