Shades of Dark Goldenrod #AC8F0B
Tints of Dark Goldenrod #AC8F0B
RGB
CMYK
RGB Variations
Color information
#AC8F0B (or 0xAC8F0B) is known color: Dark Goldenrod. HEX triplet: AC, 8F and 0B. RGB value is (172,143,11). Sum of RGB (Red+Green+Blue) = 172+143+11=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8F0B is #5370F4. Grayscale: #898989. Windows color (decimal): -5468405 or 757676. OLE color: 757676.
HSL color Cylindrical-coordinate representation of color #AC8F0B: hue angle of 49.19º 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 #AC8F0B is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 11 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.33 |
| HSL | 49.19º | 0.88% | 0.36% | - |
| HSV(B) | 49.19º | 0.94% | 0.67% | - |
| XYZ | 26.9 | 28.44 | 4.39 | - |
| YUV | 136.62 | 57.11 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 11 | 0 | 0.17 | 0.94 | 0.33 | 49.19 | 0.88 | 0.36 |
| Hex | AC | 8F | B | 0 | 11 | 5E | 21 | 31 | 58 | 24 |
| Octal | 254 | 217 | 13 | 0 | 21 | 136 | 41 | 61 | 130 | 44 |
| Binary | 10101100 | 10001111 | 1011 | 0 | 10001 | 1011110 | 100001 | 110001 | 1011000 | 100100 |
Color Harmonies of #AC8F0B
Complementary color
Monochromatic Colors of #AC8F0B
Black with #AC8F0B
Text Example
Text Example
White with #AC8F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F0B; }
p { color: rgb(172,143,11); }
H1.HeaderClassName
{
color: #AC8F0B;
}
.AnyTagClassName
{
color: #AC8F0B;
}
</style>
background-color css
<style>
a { background-color: #AC8F0B; }
a { background-color: rgb(172,143,11); }
div.DivClassName
{
background-color: #AC8F0B;
}
.BgClassName
{
background-color: #AC8F0B;
}
</style>
border-color css
<style>
span { border-color: #AC8F0B; }
span { border-color: rgb(172,143,11); }
td.TdClassName
{
border-color: #AC8F0B;
}
.TagClassName
{
border-color: #AC8F0B;
}
</style>