Color Hex Logo

#afa27f Color Hex

#AFA27F
(175,162,127)
0 Favorites   0 Comments

Color spaces of #afa27f

RGB 175162127
HSL0.120.230.59
HSV44°27°69°
CMYK 0.000.070.27   0.31
XYZ34.430336.486925.3067
Yxy36.48690.35780.3792
Hunter Lab60.4044-3.963317.4432
CIE-Lab66.8903-0.858619.9473

#afa27f color RGB value is (175,162,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100010 01111111
Octal 257 242 177
Decimal 175 162 127
Hex AF A2 7F

RGB Percentages of Color #afa27f

%37.72
%34.91
%27.37

CMYK Percentages of Color #afa27f

%0
%7
%27
%31

Triadic Colors of #afa27f

#afa27f #7fafa2 #a27faf

Analogous Colors of #afa27f

#afa27f #a4af7f #af8a7f

Monochromatic Colors of #afa27f

#afa27f

Complementary Color

#afa27f #7f8caf

#afa27f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa27f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa27f Color CSS Codes

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

#afa27f Text Font Color

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

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


#afa27f Background Color

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

This div background color is #afa27f


#afa27f Border Color

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

This div border color is #afa27f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa27f


Comments

No comments written yet.

Please login to write comment.