Shades of Dark Goldenrod #AC900D
Tints of Dark Goldenrod #AC900D
RGB
CMYK
RGB Variations
Color information
#AC900D (or 0xAC900D) is known color: Dark Goldenrod. HEX triplet: AC, 90 and 0D. RGB value is (172,144,13). Sum of RGB (Red+Green+Blue) = 172+144+13=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC900D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC900D is #536FF2. Grayscale: #898989. Windows color (decimal): -5468147 or 889004. OLE color: 889004.
HSL color Cylindrical-coordinate representation of color #AC900D: hue angle of 49.43º degrees, saturation: 0.86, 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 #AC900D is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 144 | 13 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.33 |
| HSL | 49.43º | 0.86% | 0.36% | - |
| HSV(B) | 49.43º | 0.92% | 0.67% | - |
| XYZ | 27.06 | 28.75 | 4.5 | - |
| YUV | 137.44 | 57.78 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 13 | 0 | 0.16 | 0.92 | 0.33 | 49.43 | 0.86 | 0.36 |
| Hex | AC | 90 | D | 0 | 10 | 5C | 21 | 31 | 56 | 24 |
| Octal | 254 | 220 | 15 | 0 | 20 | 134 | 41 | 61 | 126 | 44 |
| Binary | 10101100 | 10010000 | 1101 | 0 | 10000 | 1011100 | 100001 | 110001 | 1010110 | 100100 |
Color Harmonies of #AC900D
Complementary color
Monochromatic Colors of #AC900D
Black with #AC900D
Text Example
Text Example
White with #AC900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC900D; }
p { color: rgb(172,144,13); }
H1.HeaderClassName
{
color: #AC900D;
}
.AnyTagClassName
{
color: #AC900D;
}
</style>
background-color css
<style>
a { background-color: #AC900D; }
a { background-color: rgb(172,144,13); }
div.DivClassName
{
background-color: #AC900D;
}
.BgClassName
{
background-color: #AC900D;
}
</style>
border-color css
<style>
span { border-color: #AC900D; }
span { border-color: rgb(172,144,13); }
td.TdClassName
{
border-color: #AC900D;
}
.TagClassName
{
border-color: #AC900D;
}
</style>