Shades of Dark Goldenrod #AB8F04
Tints of Dark Goldenrod #AB8F04
RGB
CMYK
RGB Variations
Color information
#AB8F04 (or 0xAB8F04) is known color: Dark Goldenrod. HEX triplet: AB, 8F and 04. RGB value is (171,143,4). Sum of RGB (Red+Green+Blue) = 171+143+4=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 143 (56.25% from 255 or 44.97% from 318); Blue value is 4 (1.95% from 255 or 1.26% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8F04 is #5470FB. Grayscale: #888888. Windows color (decimal): -5533948 or 298923. OLE color: 298923.
HSL color Cylindrical-coordinate representation of color #AB8F04: hue angle of 49.94º 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 #AB8F04 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 4 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.33 |
| HSL | 49.94º | 0.95% | 0.34% | - |
| HSV(B) | 49.94º | 0.98% | 0.67% | - |
| XYZ | 26.64 | 28.31 | 4.18 | - |
| YUV | 135.53 | 53.78 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 4 | 0 | 0.16 | 0.98 | 0.33 | 49.94 | 0.95 | 0.34 |
| Hex | AB | 8F | 4 | 0 | 10 | 62 | 21 | 32 | 5F | 22 |
| Octal | 253 | 217 | 4 | 0 | 20 | 142 | 41 | 62 | 137 | 42 |
| Binary | 10101011 | 10001111 | 100 | 0 | 10000 | 1100010 | 100001 | 110010 | 1011111 | 100010 |
Color Harmonies of #AB8F04
Complementary color
Monochromatic Colors of #AB8F04
Black with #AB8F04
Text Example
Text Example
White with #AB8F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F04; }
p { color: rgb(171,143,4); }
H1.HeaderClassName
{
color: #AB8F04;
}
.AnyTagClassName
{
color: #AB8F04;
}
</style>
background-color css
<style>
a { background-color: #AB8F04; }
a { background-color: rgb(171,143,4); }
div.DivClassName
{
background-color: #AB8F04;
}
.BgClassName
{
background-color: #AB8F04;
}
</style>
border-color css
<style>
span { border-color: #AB8F04; }
span { border-color: rgb(171,143,4); }
td.TdClassName
{
border-color: #AB8F04;
}
.TagClassName
{
border-color: #AB8F04;
}
</style>