Shades of Dark Goldenrod #AB8F01
Tints of Dark Goldenrod #AB8F01
RGB
CMYK
RGB Variations
Color information
#AB8F01 (or 0xAB8F01) is known color: Dark Goldenrod. HEX triplet: AB, 8F and 01. RGB value is (171,143,1). Sum of RGB (Red+Green+Blue) = 171+143+1=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8F01 is #5470FE. Grayscale: #878787. Windows color (decimal): -5533951 or 102315. OLE color: 102315.
HSL color Cylindrical-coordinate representation of color #AB8F01: hue angle of 50.12º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB8F01 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 1 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.33 |
| HSL | 50.12º | 0.99% | 0.34% | - |
| HSV(B) | 50.12º | 0.99% | 0.67% | - |
| XYZ | 26.62 | 28.31 | 4.09 | - |
| YUV | 135.18 | 52.28 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 1 | 0 | 0.16 | 0.99 | 0.33 | 50.12 | 0.99 | 0.34 |
| Hex | AB | 8F | 1 | 0 | 10 | 63 | 21 | 32 | 63 | 22 |
| Octal | 253 | 217 | 1 | 0 | 20 | 143 | 41 | 62 | 143 | 42 |
| Binary | 10101011 | 10001111 | 1 | 0 | 10000 | 1100011 | 100001 | 110010 | 1100011 | 100010 |
Color Harmonies of #AB8F01
Complementary color
Monochromatic Colors of #AB8F01
Black with #AB8F01
Text Example
Text Example
White with #AB8F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F01; }
p { color: rgb(171,143,1); }
H1.HeaderClassName
{
color: #AB8F01;
}
.AnyTagClassName
{
color: #AB8F01;
}
</style>
background-color css
<style>
a { background-color: #AB8F01; }
a { background-color: rgb(171,143,1); }
div.DivClassName
{
background-color: #AB8F01;
}
.BgClassName
{
background-color: #AB8F01;
}
</style>
border-color css
<style>
span { border-color: #AB8F01; }
span { border-color: rgb(171,143,1); }
td.TdClassName
{
border-color: #AB8F01;
}
.TagClassName
{
border-color: #AB8F01;
}
</style>