Shades of Dark Goldenrod #AC900B
Tints of Dark Goldenrod #AC900B
RGB
CMYK
RGB Variations
Color information
#AC900B (or 0xAC900B) is known color: Dark Goldenrod. HEX triplet: AC, 90 and 0B. RGB value is (172,144,11). Sum of RGB (Red+Green+Blue) = 172+144+11=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 11 (4.69% from 255 or 3.36% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC900B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC900B is #536FF4. Grayscale: #898989. Windows color (decimal): -5468149 or 757932. OLE color: 757932.
HSL color Cylindrical-coordinate representation of color #AC900B: hue angle of 49.57º 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 #AC900B is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 144 | 11 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.33 |
| HSL | 49.57º | 0.88% | 0.36% | - |
| HSV(B) | 49.57º | 0.94% | 0.67% | - |
| XYZ | 27.05 | 28.74 | 4.44 | - |
| YUV | 137.21 | 56.78 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 11 | 0 | 0.16 | 0.94 | 0.33 | 49.57 | 0.88 | 0.36 |
| Hex | AC | 90 | B | 0 | 10 | 5E | 21 | 32 | 58 | 24 |
| Octal | 254 | 220 | 13 | 0 | 20 | 136 | 41 | 62 | 130 | 44 |
| Binary | 10101100 | 10010000 | 1011 | 0 | 10000 | 1011110 | 100001 | 110010 | 1011000 | 100100 |
Color Harmonies of #AC900B
Complementary color
Monochromatic Colors of #AC900B
Black with #AC900B
Text Example
Text Example
White with #AC900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC900B; }
p { color: rgb(172,144,11); }
H1.HeaderClassName
{
color: #AC900B;
}
.AnyTagClassName
{
color: #AC900B;
}
</style>
background-color css
<style>
a { background-color: #AC900B; }
a { background-color: rgb(172,144,11); }
div.DivClassName
{
background-color: #AC900B;
}
.BgClassName
{
background-color: #AC900B;
}
</style>
border-color css
<style>
span { border-color: #AC900B; }
span { border-color: rgb(172,144,11); }
td.TdClassName
{
border-color: #AC900B;
}
.TagClassName
{
border-color: #AC900B;
}
</style>