Color Hex Logo

#ac813f Color Hex

#AC813F
(172,129,63)
0 Favorites   0 Comments

Color spaces of #ac813f

RGB 17212963
HSL0.100.460.46
HSV36°63°67°
CMYK 0.000.250.63   0.33
XYZ25.760724.83018.1376
Yxy24.83010.43860.4228
Hunter Lab49.82985.077625.1983
CIE-Lab56.90959.311041.4614

#ac813f color RGB value is (172,129,63).

#ac813f hex color red value is 172, green value is 129 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ac813f hue: 0.10 , saturation: 0.46 and the lightness value of ac813f is 0.46.

The process color (four color CMYK) of #ac813f color hex is 0.00, 0.25, 0.63, 0.33. Web safe color of #ac813f is #999933. Color #ac813f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000001 00111111
Octal 254 201 77
Decimal 172 129 63
Hex AC 81 3F

RGB Percentages of Color #ac813f

%47.25
%35.44
%17.31

CMYK Percentages of Color #ac813f

%0
%25
%63
%33

Triadic Colors of #ac813f

#ac813f #3fac81 #813fac

Analogous Colors of #ac813f

#ac813f #a1ac3f #ac4b3f

Monochromatic Colors of #ac813f

#ac813f

Complementary Color

#ac813f #3f6aac

#ac813f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac813f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac813f Color CSS Codes

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

#ac813f Text Font Color

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

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


#ac813f Background Color

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

This div background color is #ac813f


#ac813f Border Color

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

This div border color is #ac813f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac813f


Comments

No comments written yet.

Please login to write comment.