Color Hex Logo

#ac833f Color Hex

#AC833F
(172,131,63)
0 Favorites   0 Comments

Color spaces of #ac833f

RGB 17213163
HSL0.100.460.46
HSV37°63°67°
CMYK 0.000.240.63   0.33
XYZ26.026825.36218.2262
Yxy25.36210.43660.4254
Hunter Lab50.36084.118625.5678
CIE-Lab57.42658.192742.0482

#ac833f color RGB value is (172,131,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000011 00111111
Octal 254 203 77
Decimal 172 131 63
Hex AC 83 3F

RGB Percentages of Color #ac833f

%46.99
%35.79
%17.21

CMYK Percentages of Color #ac833f

%0
%24
%63
%33

Triadic Colors of #ac833f

#ac833f #3fac83 #833fac

Analogous Colors of #ac833f

#ac833f #9fac3f #ac4d3f

Monochromatic Colors of #ac833f

#ac833f

Complementary Color

#ac833f #3f68ac

#ac833f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac833f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac833f Color CSS Codes

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

#ac833f Text Font Color

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

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


#ac833f Background Color

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

This div background color is #ac833f


#ac833f Border Color

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

This div border color is #ac833f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac833f


Comments

No comments written yet.

Please login to write comment.