Shades of Dark Goldenrod #AC880B
Tints of Dark Goldenrod #AC880B
RGB
CMYK
RGB Variations
Color information
#AC880B (or 0xAC880B) is known color: Dark Goldenrod. HEX triplet: AC, 88 and 0B. RGB value is (172,136,11). Sum of RGB (Red+Green+Blue) = 172+136+11=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC880B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC880B is #5377F4. Grayscale: #858585. Windows color (decimal): -5470197 or 755884. OLE color: 755884.
HSL color Cylindrical-coordinate representation of color #AC880B: hue angle of 46.58º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC880B is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 11 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.33 |
| HSL | 46.58º | 0.88% | 0.36% | - |
| HSV(B) | 46.58º | 0.94% | 0.67% | - |
| XYZ | 25.88 | 26.4 | 4.05 | - |
| YUV | 132.51 | 59.43 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 11 | 0 | 0.21 | 0.94 | 0.33 | 46.58 | 0.88 | 0.36 |
| Hex | AC | 88 | B | 0 | 15 | 5E | 21 | 2F | 58 | 24 |
| Octal | 254 | 210 | 13 | 0 | 25 | 136 | 41 | 57 | 130 | 44 |
| Binary | 10101100 | 10001000 | 1011 | 0 | 10101 | 1011110 | 100001 | 101111 | 1011000 | 100100 |
Color Harmonies of #AC880B
Complementary color
Monochromatic Colors of #AC880B
Black with #AC880B
Text Example
Text Example
White with #AC880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC880B; }
p { color: rgb(172,136,11); }
H1.HeaderClassName
{
color: #AC880B;
}
.AnyTagClassName
{
color: #AC880B;
}
</style>
background-color css
<style>
a { background-color: #AC880B; }
a { background-color: rgb(172,136,11); }
div.DivClassName
{
background-color: #AC880B;
}
.BgClassName
{
background-color: #AC880B;
}
</style>
border-color css
<style>
span { border-color: #AC880B; }
span { border-color: rgb(172,136,11); }
td.TdClassName
{
border-color: #AC880B;
}
.TagClassName
{
border-color: #AC880B;
}
</style>