Shades of Dark Goldenrod #AB7002
Tints of Dark Goldenrod #AB7002
RGB
CMYK
RGB Variations
Color information
#AB7002 (or 0xAB7002) is known color: Dark Goldenrod. HEX triplet: AB, 70 and 02. RGB value is (171,112,2). Sum of RGB (Red+Green+Blue) = 171+112+2=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7002 is #548FFD. Grayscale: #757575. Windows color (decimal): -5541886 or 159915. OLE color: 159915.
HSL color Cylindrical-coordinate representation of color #AB7002: hue angle of 39.05º 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 #AB7002 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 2 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.33 |
| HSL | 39.05º | 0.98% | 0.34% | - |
| HSV(B) | 39.05º | 0.99% | 0.67% | - |
| XYZ | 22.6 | 20.25 | 2.78 | - |
| YUV | 117.1 | 63.05 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 2 | 0 | 0.35 | 0.99 | 0.33 | 39.05 | 0.98 | 0.34 |
| Hex | AB | 70 | 2 | 0 | 23 | 63 | 21 | 27 | 62 | 22 |
| Octal | 253 | 160 | 2 | 0 | 43 | 143 | 41 | 47 | 142 | 42 |
| Binary | 10101011 | 1110000 | 10 | 0 | 100011 | 1100011 | 100001 | 100111 | 1100010 | 100010 |
Color Harmonies of #AB7002
Complementary color
Monochromatic Colors of #AB7002
Black with #AB7002
Text Example
Text Example
White with #AB7002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7002; }
p { color: rgb(171,112,2); }
H1.HeaderClassName
{
color: #AB7002;
}
.AnyTagClassName
{
color: #AB7002;
}
</style>
background-color css
<style>
a { background-color: #AB7002; }
a { background-color: rgb(171,112,2); }
div.DivClassName
{
background-color: #AB7002;
}
.BgClassName
{
background-color: #AB7002;
}
</style>
border-color css
<style>
span { border-color: #AB7002; }
span { border-color: rgb(171,112,2); }
td.TdClassName
{
border-color: #AB7002;
}
.TagClassName
{
border-color: #AB7002;
}
</style>