Color Hex Logo

#afa57f Color Hex

#AFA57F
(175,165,127)
0 Favorites   0 Comments

Color spaces of #afa57f

RGB 175165127
HSL0.130.230.59
HSV48°27°69°
CMYK 0.000.060.27   0.31
XYZ34.965137.556525.4850
Yxy37.55650.35680.3832
Hunter Lab61.2834-5.403118.2423
CIE-Lab67.6925-2.480221.0423

#afa57f color RGB value is (175,165,127).

#afa57f hex color red value is 175, green value is 165 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #afa57f hue: 0.13 , saturation: 0.23 and the lightness value of afa57f is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100101 01111111
Octal 257 245 177
Decimal 175 165 127
Hex AF A5 7F

RGB Percentages of Color #afa57f

%37.47
%35.33
%27.19

CMYK Percentages of Color #afa57f

%0
%6
%27
%31

Triadic Colors of #afa57f

#afa57f #7fafa5 #a57faf

Analogous Colors of #afa57f

#afa57f #a1af7f #af8d7f

Monochromatic Colors of #afa57f

#afa57f

Complementary Color

#afa57f #7f89af

#afa57f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa57f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa57f Color CSS Codes

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

#afa57f Text Font Color

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

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


#afa57f Background Color

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

This div background color is #afa57f


#afa57f Border Color

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

This div border color is #afa57f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa57f


Comments

No comments written yet.

Please login to write comment.