Shades of Golden Brown #AC700D
Tints of Golden Brown #AC700D
RGB
CMYK
RGB Variations
Color information
#AC700D (or 0xAC700D) is known color: Golden Brown. HEX triplet: AC, 70 and 0D. RGB value is (172,112,13). Sum of RGB (Red+Green+Blue) = 172+112+13=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC700D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC700D is #538FF2. Grayscale: #777777. Windows color (decimal): -5476339 or 880812. OLE color: 880812.
HSL color Cylindrical-coordinate representation of color #AC700D: hue angle of 37.36º degrees, saturation: 0.86, 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 #AC700D is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 13 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.33 |
| HSL | 37.36º | 0.86% | 0.36% | - |
| HSV(B) | 37.36º | 0.92% | 0.67% | - |
| XYZ | 22.88 | 20.39 | 3.11 | - |
| YUV | 118.65 | 68.38 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 13 | 0 | 0.35 | 0.92 | 0.33 | 37.36 | 0.86 | 0.36 |
| Hex | AC | 70 | D | 0 | 23 | 5C | 21 | 25 | 56 | 24 |
| Octal | 254 | 160 | 15 | 0 | 43 | 134 | 41 | 45 | 126 | 44 |
| Binary | 10101100 | 1110000 | 1101 | 0 | 100011 | 1011100 | 100001 | 100101 | 1010110 | 100100 |
Color Harmonies of #AC700D
Complementary color
Monochromatic Colors of #AC700D
Black with #AC700D
Text Example
Text Example
White with #AC700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC700D; }
p { color: rgb(172,112,13); }
H1.HeaderClassName
{
color: #AC700D;
}
.AnyTagClassName
{
color: #AC700D;
}
</style>
background-color css
<style>
a { background-color: #AC700D; }
a { background-color: rgb(172,112,13); }
div.DivClassName
{
background-color: #AC700D;
}
.BgClassName
{
background-color: #AC700D;
}
</style>
border-color css
<style>
span { border-color: #AC700D; }
span { border-color: rgb(172,112,13); }
td.TdClassName
{
border-color: #AC700D;
}
.TagClassName
{
border-color: #AC700D;
}
</style>