Shades of Dark Goldenrod #AB9502
Tints of Dark Goldenrod #AB9502
RGB
CMYK
RGB Variations
Color information
#AB9502 (or 0xAB9502) is known color: Dark Goldenrod. HEX triplet: AB, 95 and 02. RGB value is (171,149,2). Sum of RGB (Red+Green+Blue) = 171+149+2=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9502 is #546AFD. Grayscale: #8B8B8B. Windows color (decimal): -5532414 or 169387. OLE color: 169387.
HSL color Cylindrical-coordinate representation of color #AB9502: hue angle of 52.19º degrees, saturation: 0.98, 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 #AB9502 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 149 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.33 |
| HSL | 52.19º | 0.98% | 0.34% | - |
| HSV(B) | 52.19º | 0.99% | 0.67% | - |
| XYZ | 27.55 | 30.16 | 4.43 | - |
| YUV | 138.82 | 50.79 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 149 | 2 | 0 | 0.13 | 0.99 | 0.33 | 52.19 | 0.98 | 0.34 |
| Hex | AB | 95 | 2 | 0 | D | 63 | 21 | 34 | 62 | 22 |
| Octal | 253 | 225 | 2 | 0 | 15 | 143 | 41 | 64 | 142 | 42 |
| Binary | 10101011 | 10010101 | 10 | 0 | 1101 | 1100011 | 100001 | 110100 | 1100010 | 100010 |
Color Harmonies of #AB9502
Complementary color
Monochromatic Colors of #AB9502
Black with #AB9502
Text Example
Text Example
White with #AB9502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9502; }
p { color: rgb(171,149,2); }
H1.HeaderClassName
{
color: #AB9502;
}
.AnyTagClassName
{
color: #AB9502;
}
</style>
background-color css
<style>
a { background-color: #AB9502; }
a { background-color: rgb(171,149,2); }
div.DivClassName
{
background-color: #AB9502;
}
.BgClassName
{
background-color: #AB9502;
}
</style>
border-color css
<style>
span { border-color: #AB9502; }
span { border-color: rgb(171,149,2); }
td.TdClassName
{
border-color: #AB9502;
}
.TagClassName
{
border-color: #AB9502;
}
</style>