Color Hex Logo

#afa45f Color Hex

#AFA45F
(175,164,95)
0 Favorites   0 Comments

Color spaces of #afa45f

RGB 17516495
HSL0.140.330.53
HSV52°46°69°
CMYK 0.000.060.46   0.31
XYZ33.020236.491116.1296
Yxy36.49110.38560.4261
Hunter Lab60.4079-8.141926.4544
CIE-Lab66.8935-5.806137.0957

#afa45f color RGB value is (175,164,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 01011111
Octal 257 244 137
Decimal 175 164 95
Hex AF A4 5F

RGB Percentages of Color #afa45f

%40.32
%37.79
%21.89

CMYK Percentages of Color #afa45f

%0
%6
%46
%31

Triadic Colors of #afa45f

#afa45f #5fafa4 #a45faf

Analogous Colors of #afa45f

#afa45f #92af5f #af7c5f

Monochromatic Colors of #afa45f

#afa45f

Complementary Color

#afa45f #5f6aaf

#afa45f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa45f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa45f Color CSS Codes

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

#afa45f Text Font Color

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

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


#afa45f Background Color

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

This div background color is #afa45f


#afa45f Border Color

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

This div border color is #afa45f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa45f


Comments

No comments written yet.

Please login to write comment.