Shades of Dark Goldenrod #AB8401
Tints of Dark Goldenrod #AB8401
RGB
CMYK
RGB Variations
Color information
#AB8401 (or 0xAB8401) is known color: Dark Goldenrod. HEX triplet: AB, 84 and 01. RGB value is (171,132,1). Sum of RGB (Red+Green+Blue) = 171+132+1=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8401 is #547BFE. Grayscale: #818181. Windows color (decimal): -5536767 or 99499. OLE color: 99499.
HSL color Cylindrical-coordinate representation of color #AB8401: hue angle of 46.24º 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 #AB8401 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 1 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.33 |
| HSL | 46.24º | 0.99% | 0.34% | - |
| HSV(B) | 46.24º | 0.99% | 0.67% | - |
| XYZ | 25.05 | 25.16 | 3.57 | - |
| YUV | 128.73 | 55.92 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 1 | 0 | 0.23 | 0.99 | 0.33 | 46.24 | 0.99 | 0.34 |
| Hex | AB | 84 | 1 | 0 | 17 | 63 | 21 | 2E | 63 | 22 |
| Octal | 253 | 204 | 1 | 0 | 27 | 143 | 41 | 56 | 143 | 42 |
| Binary | 10101011 | 10000100 | 1 | 0 | 10111 | 1100011 | 100001 | 101110 | 1100011 | 100010 |
Color Harmonies of #AB8401
Complementary color
Monochromatic Colors of #AB8401
Black with #AB8401
Text Example
Text Example
White with #AB8401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8401; }
p { color: rgb(171,132,1); }
H1.HeaderClassName
{
color: #AB8401;
}
.AnyTagClassName
{
color: #AB8401;
}
</style>
background-color css
<style>
a { background-color: #AB8401; }
a { background-color: rgb(171,132,1); }
div.DivClassName
{
background-color: #AB8401;
}
.BgClassName
{
background-color: #AB8401;
}
</style>
border-color css
<style>
span { border-color: #AB8401; }
span { border-color: rgb(171,132,1); }
td.TdClassName
{
border-color: #AB8401;
}
.TagClassName
{
border-color: #AB8401;
}
</style>