Color Hex Logo

#ac830f Color Hex

#AC830F
(172,131,15)
0 Favorites   0 Comments

Color spaces of #ac830f

RGB 17213115
HSL0.120.840.37
HSV44°91°67°
CMYK 0.000.240.91   0.33
XYZ25.215825.03773.9557
Yxy25.03770.46520.4619
Hunter Lab50.03772.386730.3392
CIE-Lab57.11216.139859.8158

#ac830f color RGB value is (172,131,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000011 00001111
Octal 254 203 17
Decimal 172 131 15
Hex AC 83 F

RGB Percentages of Color #ac830f

%54.09
%41.19
%4.72

CMYK Percentages of Color #ac830f

%0
%24
%91
%33

Triadic Colors of #ac830f

#ac830f #0fac83 #830fac

Analogous Colors of #ac830f

#ac830f #87ac0f #ac350f

Monochromatic Colors of #ac830f

#ac830f

Complementary Color

#ac830f #0f38ac

#ac830f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac830f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac830f Color CSS Codes

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

#ac830f Text Font Color

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

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


#ac830f Background Color

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

This div background color is #ac830f


#ac830f Border Color

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

This div border color is #ac830f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac830f


Comments

No comments written yet.

Please login to write comment.