Shades of Dark Goldenrod #AB8004
Tints of Dark Goldenrod #AB8004
RGB
CMYK
RGB Variations
Color information
#AB8004 (or 0xAB8004) is known color: Dark Goldenrod. HEX triplet: AB, 80 and 04. RGB value is (171,128,4). Sum of RGB (Red+Green+Blue) = 171+128+4=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 4 (1.95% from 255 or 1.32% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8004 is #547FFB. Grayscale: #7F7F7F. Windows color (decimal): -5537788 or 295083. OLE color: 295083.
HSL color Cylindrical-coordinate representation of color #AB8004: hue angle of 44.55º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB8004 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 128 | 4 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.33 |
| HSL | 44.55º | 0.95% | 0.34% | - |
| HSV(B) | 44.55º | 0.98% | 0.67% | - |
| XYZ | 24.54 | 24.11 | 3.47 | - |
| YUV | 126.72 | 58.75 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 4 | 0 | 0.25 | 0.98 | 0.33 | 44.55 | 0.95 | 0.34 |
| Hex | AB | 80 | 4 | 0 | 19 | 62 | 21 | 2D | 5F | 22 |
| Octal | 253 | 200 | 4 | 0 | 31 | 142 | 41 | 55 | 137 | 42 |
| Binary | 10101011 | 10000000 | 100 | 0 | 11001 | 1100010 | 100001 | 101101 | 1011111 | 100010 |
Color Harmonies of #AB8004
Complementary color
Monochromatic Colors of #AB8004
Black with #AB8004
Text Example
Text Example
White with #AB8004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8004; }
p { color: rgb(171,128,4); }
H1.HeaderClassName
{
color: #AB8004;
}
.AnyTagClassName
{
color: #AB8004;
}
</style>
background-color css
<style>
a { background-color: #AB8004; }
a { background-color: rgb(171,128,4); }
div.DivClassName
{
background-color: #AB8004;
}
.BgClassName
{
background-color: #AB8004;
}
</style>
border-color css
<style>
span { border-color: #AB8004; }
span { border-color: rgb(171,128,4); }
td.TdClassName
{
border-color: #AB8004;
}
.TagClassName
{
border-color: #AB8004;
}
</style>