Shades of Dark Goldenrod #AC870F
Tints of Dark Goldenrod #AC870F
RGB
CMYK
RGB Variations
Color information
#AC870F (or 0xAC870F) is known color: Dark Goldenrod. HEX triplet: AC, 87 and 0F. RGB value is (172,135,15). Sum of RGB (Red+Green+Blue) = 172+135+15=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC870F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC870F is #5378F0. Grayscale: #848484. Windows color (decimal): -5470449 or 1017772. OLE color: 1017772.
HSL color Cylindrical-coordinate representation of color #AC870F: hue angle of 45.86º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC870F is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 135 | 15 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.33 |
| HSL | 45.86º | 0.84% | 0.37% | - |
| HSV(B) | 45.86º | 0.91% | 0.67% | - |
| XYZ | 25.76 | 26.13 | 4.14 | - |
| YUV | 132.38 | 61.76 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 135 | 15 | 0 | 0.22 | 0.91 | 0.33 | 45.86 | 0.84 | 0.37 |
| Hex | AC | 87 | F | 0 | 16 | 5B | 21 | 2E | 54 | 25 |
| Octal | 254 | 207 | 17 | 0 | 26 | 133 | 41 | 56 | 124 | 45 |
| Binary | 10101100 | 10000111 | 1111 | 0 | 10110 | 1011011 | 100001 | 101110 | 1010100 | 100101 |
Color Harmonies of #AC870F
Complementary color
Monochromatic Colors of #AC870F
Black with #AC870F
Text Example
Text Example
White with #AC870F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC870F; }
p { color: rgb(172,135,15); }
H1.HeaderClassName
{
color: #AC870F;
}
.AnyTagClassName
{
color: #AC870F;
}
</style>
background-color css
<style>
a { background-color: #AC870F; }
a { background-color: rgb(172,135,15); }
div.DivClassName
{
background-color: #AC870F;
}
.BgClassName
{
background-color: #AC870F;
}
</style>
border-color css
<style>
span { border-color: #AC870F; }
span { border-color: rgb(172,135,15); }
td.TdClassName
{
border-color: #AC870F;
}
.TagClassName
{
border-color: #AC870F;
}
</style>