Color Hex Logo

#ac830a Color Hex

#AC830A
(172,131,10)
0 Favorites   0 Comments

Color spaces of #ac830a

RGB 17213110
HSL0.120.890.36
HSV45°94°67°
CMYK 0.000.240.94   0.33
XYZ25.184325.02523.7901
Yxy25.02520.46640.4634
Hunter Lab50.02522.318630.5256
CIE-Lab57.10006.058460.7324

#ac830a color RGB value is (172,131,10).

#ac830a hex color red value is 172, green value is 131 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ac830a hue: 0.12 , saturation: 0.89 and the lightness value of ac830a is 0.36.

The process color (four color CMYK) of #ac830a color hex is 0.00, 0.24, 0.94, 0.33. Web safe color of #ac830a is #999900. Color #ac830a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000011 00001010
Octal 254 203 12
Decimal 172 131 10
Hex AC 83 A

RGB Percentages of Color #ac830a

%54.95
%41.85
%3.19

CMYK Percentages of Color #ac830a

%0
%24
%94
%33

Triadic Colors of #ac830a

#ac830a #0aac83 #830aac

Analogous Colors of #ac830a

#ac830a #84ac0a #ac320a

Monochromatic Colors of #ac830a

#ac830a

Complementary Color

#ac830a #0a33ac

#ac830a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac830a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac830a Color CSS Codes

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

#ac830a Text Font Color

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

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


#ac830a Background Color

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

This div background color is #ac830a


#ac830a Border Color

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

This div border color is #ac830a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac830a


Comments

No comments written yet.

Please login to write comment.