Color Hex Logo

#afa55f Color Hex

#AFA55F
(175,165,95)
0 Favorites   0 Comments

Color spaces of #afa55f

RGB 17516595
HSL0.150.330.53
HSV53°46°69°
CMYK 0.000.060.46   0.31
XYZ33.199936.850516.1895
Yxy36.85050.38500.4273
Hunter Lab60.7046-8.609826.6810
CIE-Lab67.1647-6.338837.4325

#afa55f color RGB value is (175,165,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100101 01011111
Octal 257 245 137
Decimal 175 165 95
Hex AF A5 5F

RGB Percentages of Color #afa55f

%40.23
%37.93
%21.84

CMYK Percentages of Color #afa55f

%0
%6
%46
%31

Triadic Colors of #afa55f

#afa55f #5fafa5 #a55faf

Analogous Colors of #afa55f

#afa55f #91af5f #af7d5f

Monochromatic Colors of #afa55f

#afa55f

Complementary Color

#afa55f #5f69af

#afa55f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa55f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa55f Color CSS Codes

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

#afa55f Text Font Color

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

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


#afa55f Background Color

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

This div background color is #afa55f


#afa55f Border Color

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

This div border color is #afa55f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa55f


Comments

No comments written yet.

Please login to write comment.