Shades of Dark Goldenrod #AC880E
Tints of Dark Goldenrod #AC880E
RGB
CMYK
RGB Variations
Color information
#AC880E (or 0xAC880E) is known color: Dark Goldenrod. HEX triplet: AC, 88 and 0E. RGB value is (172,136,14). Sum of RGB (Red+Green+Blue) = 172+136+14=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC880E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC880E is #5377F1. Grayscale: #858585. Windows color (decimal): -5470194 or 952492. OLE color: 952492.
HSL color Cylindrical-coordinate representation of color #AC880E: hue angle of 46.33º 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 #AC880E is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 14 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.33 |
| HSL | 46.33º | 0.85% | 0.36% | - |
| HSV(B) | 46.33º | 0.92% | 0.67% | - |
| XYZ | 25.9 | 26.41 | 4.15 | - |
| YUV | 132.86 | 60.93 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 14 | 0 | 0.21 | 0.92 | 0.33 | 46.33 | 0.85 | 0.36 |
| Hex | AC | 88 | E | 0 | 15 | 5C | 21 | 2E | 55 | 24 |
| Octal | 254 | 210 | 16 | 0 | 25 | 134 | 41 | 56 | 125 | 44 |
| Binary | 10101100 | 10001000 | 1110 | 0 | 10101 | 1011100 | 100001 | 101110 | 1010101 | 100100 |
Color Harmonies of #AC880E
Complementary color
Monochromatic Colors of #AC880E
Black with #AC880E
Text Example
Text Example
White with #AC880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC880E; }
p { color: rgb(172,136,14); }
H1.HeaderClassName
{
color: #AC880E;
}
.AnyTagClassName
{
color: #AC880E;
}
</style>
background-color css
<style>
a { background-color: #AC880E; }
a { background-color: rgb(172,136,14); }
div.DivClassName
{
background-color: #AC880E;
}
.BgClassName
{
background-color: #AC880E;
}
</style>
border-color css
<style>
span { border-color: #AC880E; }
span { border-color: rgb(172,136,14); }
td.TdClassName
{
border-color: #AC880E;
}
.TagClassName
{
border-color: #AC880E;
}
</style>