Shades of Golden Brown #AC600E
Tints of Golden Brown #AC600E
RGB
CMYK
RGB Variations
Color information
#AC600E (or 0xAC600E) is known color: Golden Brown. HEX triplet: AC, 60 and 0E. RGB value is (172,96,14). Sum of RGB (Red+Green+Blue) = 172+96+14=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC600E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC600E is #539FF1. Grayscale: #6D6D6D. Windows color (decimal): -5480434 or 942252. OLE color: 942252.
HSL color Cylindrical-coordinate representation of color #AC600E: hue angle of 31.14º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC600E is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 96 | 14 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.33 |
| HSL | 31.14º | 0.85% | 0.36% | - |
| HSV(B) | 31.14º | 0.92% | 0.67% | - |
| XYZ | 21.28 | 17.17 | 2.61 | - |
| YUV | 109.38 | 74.18 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 96 | 14 | 0 | 0.44 | 0.92 | 0.33 | 31.14 | 0.85 | 0.36 |
| Hex | AC | 60 | E | 0 | 2C | 5C | 21 | 1F | 55 | 24 |
| Octal | 254 | 140 | 16 | 0 | 54 | 134 | 41 | 37 | 125 | 44 |
| Binary | 10101100 | 1100000 | 1110 | 0 | 101100 | 1011100 | 100001 | 11111 | 1010101 | 100100 |
Color Harmonies of #AC600E
Complementary color
Monochromatic Colors of #AC600E
Black with #AC600E
Text Example
Text Example
White with #AC600E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC600E; }
p { color: rgb(172,96,14); }
H1.HeaderClassName
{
color: #AC600E;
}
.AnyTagClassName
{
color: #AC600E;
}
</style>
background-color css
<style>
a { background-color: #AC600E; }
a { background-color: rgb(172,96,14); }
div.DivClassName
{
background-color: #AC600E;
}
.BgClassName
{
background-color: #AC600E;
}
</style>
border-color css
<style>
span { border-color: #AC600E; }
span { border-color: rgb(172,96,14); }
td.TdClassName
{
border-color: #AC600E;
}
.TagClassName
{
border-color: #AC600E;
}
</style>