Shades of Golden Brown #AC7010
Tints of Golden Brown #AC7010
RGB
CMYK
RGB Variations
Color information
#AC7010 (or 0xAC7010) is known color: Golden Brown. HEX triplet: AC, 70 and 10. RGB value is (172,112,16). Sum of RGB (Red+Green+Blue) = 172+112+16=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7010 is #538FEF. Grayscale: #777777. Windows color (decimal): -5476336 or 1077420. OLE color: 1077420.
HSL color Cylindrical-coordinate representation of color #AC7010: hue angle of 36.92º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC7010 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 16 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.33 |
| HSL | 36.92º | 0.83% | 0.37% | - |
| HSV(B) | 36.92º | 0.91% | 0.67% | - |
| XYZ | 22.9 | 20.4 | 3.22 | - |
| YUV | 119 | 69.88 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 16 | 0 | 0.35 | 0.91 | 0.33 | 36.92 | 0.83 | 0.37 |
| Hex | AC | 70 | 10 | 0 | 23 | 5B | 21 | 25 | 53 | 25 |
| Octal | 254 | 160 | 20 | 0 | 43 | 133 | 41 | 45 | 123 | 45 |
| Binary | 10101100 | 1110000 | 10000 | 0 | 100011 | 1011011 | 100001 | 100101 | 1010011 | 100101 |
Color Harmonies of #AC7010
Complementary color
Monochromatic Colors of #AC7010
Black with #AC7010
Text Example
Text Example
White with #AC7010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7010; }
p { color: rgb(172,112,16); }
H1.HeaderClassName
{
color: #AC7010;
}
.AnyTagClassName
{
color: #AC7010;
}
</style>
background-color css
<style>
a { background-color: #AC7010; }
a { background-color: rgb(172,112,16); }
div.DivClassName
{
background-color: #AC7010;
}
.BgClassName
{
background-color: #AC7010;
}
</style>
border-color css
<style>
span { border-color: #AC7010; }
span { border-color: rgb(172,112,16); }
td.TdClassName
{
border-color: #AC7010;
}
.TagClassName
{
border-color: #AC7010;
}
</style>