Color Hex Logo

#afa56f Color Hex

#AFA56F
(175,165,111)
0 Favorites   0 Comments

Color spaces of #afa56f

RGB 175165111
HSL0.140.290.56
HSV51°37°69°
CMYK 0.000.060.37   0.31
XYZ34.003637.171920.4216
Yxy37.17190.37120.4058
Hunter Lab60.9688-7.142022.8188
CIE-Lab67.4058-4.559129.3204

#afa56f color RGB value is (175,165,111).

#afa56f hex color red value is 175, green value is 165 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #afa56f hue: 0.14 , saturation: 0.29 and the lightness value of afa56f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100101 01101111
Octal 257 245 157
Decimal 175 165 111
Hex AF A5 6F

RGB Percentages of Color #afa56f

%38.80
%36.59
%24.61

CMYK Percentages of Color #afa56f

%0
%6
%37
%31

Triadic Colors of #afa56f

#afa56f #6fafa5 #a56faf

Analogous Colors of #afa56f

#afa56f #99af6f #af856f

Monochromatic Colors of #afa56f

#afa56f

Complementary Color

#afa56f #6f79af

#afa56f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa56f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa56f Color CSS Codes

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

#afa56f Text Font Color

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

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


#afa56f Background Color

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

This div background color is #afa56f


#afa56f Border Color

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

This div border color is #afa56f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa56f


Comments

No comments written yet.

Please login to write comment.