Shades of Golden Brown #AC6412
Tints of Golden Brown #AC6412
RGB
CMYK
RGB Variations
Color information
#AC6412 (or 0xAC6412) is known color: Golden Brown. HEX triplet: AC, 64 and 12. RGB value is (172,100,18). Sum of RGB (Red+Green+Blue) = 172+100+18=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6412 is #539BED. Grayscale: #707070. Windows color (decimal): -5479406 or 1205420. OLE color: 1205420.
HSL color Cylindrical-coordinate representation of color #AC6412: hue angle of 31.95º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC6412 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 18 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.33 |
| HSL | 31.95º | 0.81% | 0.37% | - |
| HSV(B) | 31.95º | 0.9% | 0.67% | - |
| XYZ | 21.68 | 17.93 | 2.89 | - |
| YUV | 112.18 | 74.85 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 18 | 0 | 0.42 | 0.90 | 0.33 | 31.95 | 0.81 | 0.37 |
| Hex | AC | 64 | 12 | 0 | 2A | 5A | 21 | 20 | 51 | 25 |
| Octal | 254 | 144 | 22 | 0 | 52 | 132 | 41 | 40 | 121 | 45 |
| Binary | 10101100 | 1100100 | 10010 | 0 | 101010 | 1011010 | 100001 | 100000 | 1010001 | 100101 |
Color Harmonies of #AC6412
Complementary color
Monochromatic Colors of #AC6412
Black with #AC6412
Text Example
Text Example
White with #AC6412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6412; }
p { color: rgb(172,100,18); }
H1.HeaderClassName
{
color: #AC6412;
}
.AnyTagClassName
{
color: #AC6412;
}
</style>
background-color css
<style>
a { background-color: #AC6412; }
a { background-color: rgb(172,100,18); }
div.DivClassName
{
background-color: #AC6412;
}
.BgClassName
{
background-color: #AC6412;
}
</style>
border-color css
<style>
span { border-color: #AC6412; }
span { border-color: rgb(172,100,18); }
td.TdClassName
{
border-color: #AC6412;
}
.TagClassName
{
border-color: #AC6412;
}
</style>