Shades of Golden Brown #AC6112
Tints of Golden Brown #AC6112
RGB
CMYK
RGB Variations
Color information
#AC6112 (or 0xAC6112) is known color: Golden Brown. HEX triplet: AC, 61 and 12. RGB value is (172,97,18). Sum of RGB (Red+Green+Blue) = 172+97+18=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6112 is #539EED. Grayscale: #6E6E6E. Windows color (decimal): -5480174 or 1204652. OLE color: 1204652.
HSL color Cylindrical-coordinate representation of color #AC6112: hue angle of 30.78º 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 #AC6112 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 97 | 18 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.33 |
| HSL | 30.78º | 0.81% | 0.37% | - |
| HSV(B) | 30.78º | 0.9% | 0.67% | - |
| XYZ | 21.4 | 17.36 | 2.8 | - |
| YUV | 110.42 | 75.85 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 97 | 18 | 0 | 0.44 | 0.90 | 0.33 | 30.78 | 0.81 | 0.37 |
| Hex | AC | 61 | 12 | 0 | 2C | 5A | 21 | 1F | 51 | 25 |
| Octal | 254 | 141 | 22 | 0 | 54 | 132 | 41 | 37 | 121 | 45 |
| Binary | 10101100 | 1100001 | 10010 | 0 | 101100 | 1011010 | 100001 | 11111 | 1010001 | 100101 |
Color Harmonies of #AC6112
Complementary color
Monochromatic Colors of #AC6112
Black with #AC6112
Text Example
Text Example
White with #AC6112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6112; }
p { color: rgb(172,97,18); }
H1.HeaderClassName
{
color: #AC6112;
}
.AnyTagClassName
{
color: #AC6112;
}
</style>
background-color css
<style>
a { background-color: #AC6112; }
a { background-color: rgb(172,97,18); }
div.DivClassName
{
background-color: #AC6112;
}
.BgClassName
{
background-color: #AC6112;
}
</style>
border-color css
<style>
span { border-color: #AC6112; }
span { border-color: rgb(172,97,18); }
td.TdClassName
{
border-color: #AC6112;
}
.TagClassName
{
border-color: #AC6112;
}
</style>