Shades of Dark Goldenrod #AC870C
Tints of Dark Goldenrod #AC870C
RGB
CMYK
RGB Variations
Color information
#AC870C (or 0xAC870C) is known color: Dark Goldenrod. HEX triplet: AC, 87 and 0C. RGB value is (172,135,12). Sum of RGB (Red+Green+Blue) = 172+135+12=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC870C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC870C is #5378F3. Grayscale: #848484. Windows color (decimal): -5470452 or 821164. OLE color: 821164.
HSL color Cylindrical-coordinate representation of color #AC870C: hue angle of 46.12º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC870C is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 135 | 12 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.33 |
| HSL | 46.13º | 0.87% | 0.36% | - |
| HSV(B) | 46.13º | 0.93% | 0.67% | - |
| XYZ | 25.74 | 26.13 | 4.03 | - |
| YUV | 132.04 | 60.26 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 135 | 12 | 0 | 0.22 | 0.93 | 0.33 | 46.13 | 0.87 | 0.36 |
| Hex | AC | 87 | C | 0 | 16 | 5D | 21 | 2E | 57 | 24 |
| Octal | 254 | 207 | 14 | 0 | 26 | 135 | 41 | 56 | 127 | 44 |
| Binary | 10101100 | 10000111 | 1100 | 0 | 10110 | 1011101 | 100001 | 101110 | 1010111 | 100100 |
Color Harmonies of #AC870C
Complementary color
Monochromatic Colors of #AC870C
Black with #AC870C
Text Example
Text Example
White with #AC870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC870C; }
p { color: rgb(172,135,12); }
H1.HeaderClassName
{
color: #AC870C;
}
.AnyTagClassName
{
color: #AC870C;
}
</style>
background-color css
<style>
a { background-color: #AC870C; }
a { background-color: rgb(172,135,12); }
div.DivClassName
{
background-color: #AC870C;
}
.BgClassName
{
background-color: #AC870C;
}
</style>
border-color css
<style>
span { border-color: #AC870C; }
span { border-color: rgb(172,135,12); }
td.TdClassName
{
border-color: #AC870C;
}
.TagClassName
{
border-color: #AC870C;
}
</style>