Shades of Dark Goldenrod #AB8F05
Tints of Dark Goldenrod #AB8F05
RGB
CMYK
RGB Variations
Color information
#AB8F05 (or 0xAB8F05) is known color: Dark Goldenrod. HEX triplet: AB, 8F and 05. RGB value is (171,143,5). Sum of RGB (Red+Green+Blue) = 171+143+5=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8F05 is #5470FA. Grayscale: #888888. Windows color (decimal): -5533947 or 364459. OLE color: 364459.
HSL color Cylindrical-coordinate representation of color #AB8F05: hue angle of 49.88º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB8F05 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 5 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.33 |
| HSL | 49.88º | 0.94% | 0.35% | - |
| HSV(B) | 49.88º | 0.97% | 0.67% | - |
| XYZ | 26.64 | 28.31 | 4.2 | - |
| YUV | 135.64 | 54.28 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 5 | 0 | 0.16 | 0.97 | 0.33 | 49.88 | 0.94 | 0.35 |
| Hex | AB | 8F | 5 | 0 | 10 | 61 | 21 | 32 | 5E | 23 |
| Octal | 253 | 217 | 5 | 0 | 20 | 141 | 41 | 62 | 136 | 43 |
| Binary | 10101011 | 10001111 | 101 | 0 | 10000 | 1100001 | 100001 | 110010 | 1011110 | 100011 |
Color Harmonies of #AB8F05
Complementary color
Monochromatic Colors of #AB8F05
Black with #AB8F05
Text Example
Text Example
White with #AB8F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F05; }
p { color: rgb(171,143,5); }
H1.HeaderClassName
{
color: #AB8F05;
}
.AnyTagClassName
{
color: #AB8F05;
}
</style>
background-color css
<style>
a { background-color: #AB8F05; }
a { background-color: rgb(171,143,5); }
div.DivClassName
{
background-color: #AB8F05;
}
.BgClassName
{
background-color: #AB8F05;
}
</style>
border-color css
<style>
span { border-color: #AB8F05; }
span { border-color: rgb(171,143,5); }
td.TdClassName
{
border-color: #AB8F05;
}
.TagClassName
{
border-color: #AB8F05;
}
</style>