Shades of Golden Brown #AC700E
Tints of Golden Brown #AC700E
RGB
CMYK
RGB Variations
Color information
#AC700E (or 0xAC700E) is known color: Golden Brown. HEX triplet: AC, 70 and 0E. RGB value is (172,112,14). Sum of RGB (Red+Green+Blue) = 172+112+14=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC700E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC700E is #538FF1. Grayscale: #777777. Windows color (decimal): -5476338 or 946348. OLE color: 946348.
HSL color Cylindrical-coordinate representation of color #AC700E: hue angle of 37.22º 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 #AC700E is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 14 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.33 |
| HSL | 37.22º | 0.85% | 0.36% | - |
| HSV(B) | 37.22º | 0.92% | 0.67% | - |
| XYZ | 22.89 | 20.39 | 3.15 | - |
| YUV | 118.77 | 68.88 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 14 | 0 | 0.35 | 0.92 | 0.33 | 37.22 | 0.85 | 0.36 |
| Hex | AC | 70 | E | 0 | 23 | 5C | 21 | 25 | 55 | 24 |
| Octal | 254 | 160 | 16 | 0 | 43 | 134 | 41 | 45 | 125 | 44 |
| Binary | 10101100 | 1110000 | 1110 | 0 | 100011 | 1011100 | 100001 | 100101 | 1010101 | 100100 |
Color Harmonies of #AC700E
Complementary color
Monochromatic Colors of #AC700E
Black with #AC700E
Text Example
Text Example
White with #AC700E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC700E; }
p { color: rgb(172,112,14); }
H1.HeaderClassName
{
color: #AC700E;
}
.AnyTagClassName
{
color: #AC700E;
}
</style>
background-color css
<style>
a { background-color: #AC700E; }
a { background-color: rgb(172,112,14); }
div.DivClassName
{
background-color: #AC700E;
}
.BgClassName
{
background-color: #AC700E;
}
</style>
border-color css
<style>
span { border-color: #AC700E; }
span { border-color: rgb(172,112,14); }
td.TdClassName
{
border-color: #AC700E;
}
.TagClassName
{
border-color: #AC700E;
}
</style>