Shades of Dark Goldenrod #AB8F00
Tints of Dark Goldenrod #AB8F00
RGB
CMYK
RGB Variations
Color information
#AB8F00 (or 0xAB8F00) is known color: Dark Goldenrod. HEX triplet: AB, 8F and 00. RGB value is (171,143,0). Sum of RGB (Red+Green+Blue) = 171+143+0=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 143 (56.25% from 255 or 45.54% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8F00 is #5470FF. Grayscale: #878787. Windows color (decimal): -5533952 or 36779. OLE color: 36779.
HSL color Cylindrical-coordinate representation of color #AB8F00: hue angle of 50.18º 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 #AB8F00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.33 |
| HSL | 50.18º | 1% | 0.34% | - |
| HSV(B) | 50.18º | 1% | 0.67% | - |
| XYZ | 26.62 | 28.3 | 4.06 | - |
| YUV | 135.07 | 51.78 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 0 | 0 | 0.16 | 1 | 0.33 | 50.18 | 1 | 0.34 |
| Hex | AB | 8F | 0 | 0 | 10 | 64 | 21 | 32 | 64 | 22 |
| Octal | 253 | 217 | 0 | 0 | 20 | 144 | 41 | 62 | 144 | 42 |
| Binary | 10101011 | 10001111 | 0 | 0 | 10000 | 1100100 | 100001 | 110010 | 1100100 | 100010 |
Color Harmonies of #AB8F00
Complementary color
Monochromatic Colors of #AB8F00
Black with #AB8F00
Text Example
Text Example
White with #AB8F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F00; }
p { color: rgb(171,143,0); }
H1.HeaderClassName
{
color: #AB8F00;
}
.AnyTagClassName
{
color: #AB8F00;
}
</style>
background-color css
<style>
a { background-color: #AB8F00; }
a { background-color: rgb(171,143,0); }
div.DivClassName
{
background-color: #AB8F00;
}
.BgClassName
{
background-color: #AB8F00;
}
</style>
border-color css
<style>
span { border-color: #AB8F00; }
span { border-color: rgb(171,143,0); }
td.TdClassName
{
border-color: #AB8F00;
}
.TagClassName
{
border-color: #AB8F00;
}
</style>