Color Hex Logo

#afa37f Color Hex

#AFA37F
(175,163,127)
0 Favorites   0 Comments

Color spaces of #afa37f

RGB 175163127
HSL0.130.230.59
HSV45°27°69°
CMYK 0.000.070.27   0.31
XYZ34.607236.840725.3656
Yxy36.84070.35750.3805
Hunter Lab60.6965-4.444017.7098
CIE-Lab67.1573-1.400320.3124

#afa37f color RGB value is (175,163,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 01111111
Octal 257 243 177
Decimal 175 163 127
Hex AF A3 7F

RGB Percentages of Color #afa37f

%37.63
%35.05
%27.31

CMYK Percentages of Color #afa37f

%0
%7
%27
%31

Triadic Colors of #afa37f

#afa37f #7fafa3 #a37faf

Analogous Colors of #afa37f

#afa37f #a3af7f #af8b7f

Monochromatic Colors of #afa37f

#afa37f

Complementary Color

#afa37f #7f8baf

#afa37f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa37f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa37f Color CSS Codes

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

#afa37f Text Font Color

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

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


#afa37f Background Color

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

This div background color is #afa37f


#afa37f Border Color

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

This div border color is #afa37f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa37f


Comments

No comments written yet.

Please login to write comment.