Shades of Dark Goldenrod #AB9501
Tints of Dark Goldenrod #AB9501
RGB
CMYK
RGB Variations
Color information
#AB9501 (or 0xAB9501) is known color: Dark Goldenrod. HEX triplet: AB, 95 and 01. RGB value is (171,149,1). Sum of RGB (Red+Green+Blue) = 171+149+1=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9501 is #546AFE. Grayscale: #8B8B8B. Windows color (decimal): -5532415 or 103851. OLE color: 103851.
HSL color Cylindrical-coordinate representation of color #AB9501: hue angle of 52.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 #AB9501 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 149 | 1 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.33 |
| HSL | 52.24º | 0.99% | 0.34% | - |
| HSV(B) | 52.24º | 0.99% | 0.67% | - |
| XYZ | 27.55 | 30.16 | 4.4 | - |
| YUV | 138.71 | 50.29 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 149 | 1 | 0 | 0.13 | 0.99 | 0.33 | 52.24 | 0.99 | 0.34 |
| Hex | AB | 95 | 1 | 0 | D | 63 | 21 | 34 | 63 | 22 |
| Octal | 253 | 225 | 1 | 0 | 15 | 143 | 41 | 64 | 143 | 42 |
| Binary | 10101011 | 10010101 | 1 | 0 | 1101 | 1100011 | 100001 | 110100 | 1100011 | 100010 |
Color Harmonies of #AB9501
Complementary color
Monochromatic Colors of #AB9501
Black with #AB9501
Text Example
Text Example
White with #AB9501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9501; }
p { color: rgb(171,149,1); }
H1.HeaderClassName
{
color: #AB9501;
}
.AnyTagClassName
{
color: #AB9501;
}
</style>
background-color css
<style>
a { background-color: #AB9501; }
a { background-color: rgb(171,149,1); }
div.DivClassName
{
background-color: #AB9501;
}
.BgClassName
{
background-color: #AB9501;
}
</style>
border-color css
<style>
span { border-color: #AB9501; }
span { border-color: rgb(171,149,1); }
td.TdClassName
{
border-color: #AB9501;
}
.TagClassName
{
border-color: #AB9501;
}
</style>