Shades of Dark Goldenrod #AB9201
Tints of Dark Goldenrod #AB9201
RGB
CMYK
RGB Variations
Color information
#AB9201 (or 0xAB9201) is known color: Dark Goldenrod. HEX triplet: AB, 92 and 01. RGB value is (171,146,1). Sum of RGB (Red+Green+Blue) = 171+146+1=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 146 (57.42% from 255 or 45.91% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9201 is #546DFE. Grayscale: #898989. Windows color (decimal): -5533183 or 103083. OLE color: 103083.
HSL color Cylindrical-coordinate representation of color #AB9201: hue angle of 51.18º 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 #AB9201 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 146 | 1 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.33 |
| HSL | 51.18º | 0.99% | 0.34% | - |
| HSV(B) | 51.18º | 0.99% | 0.67% | - |
| XYZ | 27.08 | 29.22 | 4.24 | - |
| YUV | 136.95 | 51.28 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 1 | 0 | 0.15 | 0.99 | 0.33 | 51.18 | 0.99 | 0.34 |
| Hex | AB | 92 | 1 | 0 | F | 63 | 21 | 33 | 63 | 22 |
| Octal | 253 | 222 | 1 | 0 | 17 | 143 | 41 | 63 | 143 | 42 |
| Binary | 10101011 | 10010010 | 1 | 0 | 1111 | 1100011 | 100001 | 110011 | 1100011 | 100010 |
Color Harmonies of #AB9201
Complementary color
Monochromatic Colors of #AB9201
Black with #AB9201
Text Example
Text Example
White with #AB9201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9201; }
p { color: rgb(171,146,1); }
H1.HeaderClassName
{
color: #AB9201;
}
.AnyTagClassName
{
color: #AB9201;
}
</style>
background-color css
<style>
a { background-color: #AB9201; }
a { background-color: rgb(171,146,1); }
div.DivClassName
{
background-color: #AB9201;
}
.BgClassName
{
background-color: #AB9201;
}
</style>
border-color css
<style>
span { border-color: #AB9201; }
span { border-color: rgb(171,146,1); }
td.TdClassName
{
border-color: #AB9201;
}
.TagClassName
{
border-color: #AB9201;
}
</style>