Shades of Dark Goldenrod #AB8D00
Tints of Dark Goldenrod #AB8D00
RGB
CMYK
RGB Variations
Color information
#AB8D00 (or 0xAB8D00) is known color: Dark Goldenrod. HEX triplet: AB, 8D and 00. RGB value is (171,141,0). Sum of RGB (Red+Green+Blue) = 171+141+0=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8D00 is #5472FF. Grayscale: #868686. Windows color (decimal): -5534464 or 36267. OLE color: 36267.
HSL color Cylindrical-coordinate representation of color #AB8D00: hue angle of 49.47º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB8D00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 141 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.33 |
| HSL | 49.47º | 1% | 0.34% | - |
| HSV(B) | 49.47º | 1% | 0.67% | - |
| XYZ | 26.32 | 27.71 | 3.96 | - |
| YUV | 133.9 | 52.44 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 0 | 0 | 0.18 | 1 | 0.33 | 49.47 | 1 | 0.34 |
| Hex | AB | 8D | 0 | 0 | 12 | 64 | 21 | 31 | 64 | 22 |
| Octal | 253 | 215 | 0 | 0 | 22 | 144 | 41 | 61 | 144 | 42 |
| Binary | 10101011 | 10001101 | 0 | 0 | 10010 | 1100100 | 100001 | 110001 | 1100100 | 100010 |
Color Harmonies of #AB8D00
Complementary color
Monochromatic Colors of #AB8D00
Black with #AB8D00
Text Example
Text Example
White with #AB8D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8D00; }
p { color: rgb(171,141,0); }
H1.HeaderClassName
{
color: #AB8D00;
}
.AnyTagClassName
{
color: #AB8D00;
}
</style>
background-color css
<style>
a { background-color: #AB8D00; }
a { background-color: rgb(171,141,0); }
div.DivClassName
{
background-color: #AB8D00;
}
.BgClassName
{
background-color: #AB8D00;
}
</style>
border-color css
<style>
span { border-color: #AB8D00; }
span { border-color: rgb(171,141,0); }
td.TdClassName
{
border-color: #AB8D00;
}
.TagClassName
{
border-color: #AB8D00;
}
</style>