Shades of Golden Brown #AC6015
Tints of Golden Brown #AC6015
RGB
CMYK
RGB Variations
Color information
#AC6015 (or 0xAC6015) is known color: Golden Brown. HEX triplet: AC, 60 and 15. RGB value is (172,96,21). Sum of RGB (Red+Green+Blue) = 172+96+21=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6015 is #539FEA. Grayscale: #6E6E6E. Windows color (decimal): -5480427 or 1401004. OLE color: 1401004.
HSL color Cylindrical-coordinate representation of color #AC6015: hue angle of 29.8º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC6015 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 96 | 21 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.33 |
| HSL | 29.8º | 0.78% | 0.38% | - |
| HSV(B) | 29.8º | 0.88% | 0.67% | - |
| XYZ | 21.33 | 17.19 | 2.9 | - |
| YUV | 110.17 | 77.68 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 96 | 21 | 0 | 0.44 | 0.88 | 0.33 | 29.8 | 0.78 | 0.38 |
| Hex | AC | 60 | 15 | 0 | 2C | 58 | 21 | 1E | 4E | 26 |
| Octal | 254 | 140 | 25 | 0 | 54 | 130 | 41 | 36 | 116 | 46 |
| Binary | 10101100 | 1100000 | 10101 | 0 | 101100 | 1011000 | 100001 | 11110 | 1001110 | 100110 |
Color Harmonies of #AC6015
Complementary color
Monochromatic Colors of #AC6015
Black with #AC6015
Text Example
Text Example
White with #AC6015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6015; }
p { color: rgb(172,96,21); }
H1.HeaderClassName
{
color: #AC6015;
}
.AnyTagClassName
{
color: #AC6015;
}
</style>
background-color css
<style>
a { background-color: #AC6015; }
a { background-color: rgb(172,96,21); }
div.DivClassName
{
background-color: #AC6015;
}
.BgClassName
{
background-color: #AC6015;
}
</style>
border-color css
<style>
span { border-color: #AC6015; }
span { border-color: rgb(172,96,21); }
td.TdClassName
{
border-color: #AC6015;
}
.TagClassName
{
border-color: #AC6015;
}
</style>