Color Hex Logo

#afac5c Color Hex

#AFAC5C
(175,172,92)
0 Favorites   0 Comments

Color spaces of #afac5c

RGB 17517292
HSL0.160.340.52
HSV58°47°69°
CMYK 0.000.020.47   0.31
XYZ34.363539.391715.9174
Yxy39.39170.38320.4393
Hunter Lab62.7628-12.103728.8973
CIE-Lab69.0341-10.329641.2525

#afac5c color RGB value is (175,172,92).

#afac5c hex color red value is 175, green value is 172 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #afac5c hue: 0.16 , saturation: 0.34 and the lightness value of afac5c is 0.52.

The process color (four color CMYK) of #afac5c color hex is 0.00, 0.02, 0.47, 0.31. Web safe color of #afac5c is #999966. Color #afac5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 01011100
Octal 257 254 134
Decimal 175 172 92
Hex AF AC 5C

RGB Percentages of Color #afac5c

%39.86
%39.18
%20.96

CMYK Percentages of Color #afac5c

%0
%2
%47
%31

Triadic Colors of #afac5c

#afac5c #5cafac #ac5caf

Analogous Colors of #afac5c

#afac5c #89af5c #af835c

Monochromatic Colors of #afac5c

#afac5c

Complementary Color

#afac5c #5c5faf

#afac5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afac5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afac5c Color CSS Codes

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

#afac5c Text Font Color

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

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


#afac5c Background Color

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

This div background color is #afac5c


#afac5c Border Color

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

This div border color is #afac5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afac5c


Comments

No comments written yet.

Please login to write comment.