Shades of Dark Goldenrod #AB7E02
Tints of Dark Goldenrod #AB7E02
RGB
CMYK
RGB Variations
Color information
#AB7E02 (or 0xAB7E02) is known color: Dark Goldenrod. HEX triplet: AB, 7E and 02. RGB value is (171,126,2). Sum of RGB (Red+Green+Blue) = 171+126+2=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 126 (49.61% from 255 or 42.14% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7E02 is #5481FD. Grayscale: #7D7D7D. Windows color (decimal): -5538302 or 163499. OLE color: 163499.
HSL color Cylindrical-coordinate representation of color #AB7E02: hue angle of 44.02º 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 #AB7E02 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 126 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.33 |
| HSL | 44.02º | 0.98% | 0.34% | - |
| HSV(B) | 44.02º | 0.99% | 0.67% | - |
| XYZ | 24.27 | 23.58 | 3.33 | - |
| YUV | 125.32 | 58.41 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 2 | 0 | 0.26 | 0.99 | 0.33 | 44.02 | 0.98 | 0.34 |
| Hex | AB | 7E | 2 | 0 | 1A | 63 | 21 | 2C | 62 | 22 |
| Octal | 253 | 176 | 2 | 0 | 32 | 143 | 41 | 54 | 142 | 42 |
| Binary | 10101011 | 1111110 | 10 | 0 | 11010 | 1100011 | 100001 | 101100 | 1100010 | 100010 |
Color Harmonies of #AB7E02
Complementary color
Monochromatic Colors of #AB7E02
Black with #AB7E02
Text Example
Text Example
White with #AB7E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7E02; }
p { color: rgb(171,126,2); }
H1.HeaderClassName
{
color: #AB7E02;
}
.AnyTagClassName
{
color: #AB7E02;
}
</style>
background-color css
<style>
a { background-color: #AB7E02; }
a { background-color: rgb(171,126,2); }
div.DivClassName
{
background-color: #AB7E02;
}
.BgClassName
{
background-color: #AB7E02;
}
</style>
border-color css
<style>
span { border-color: #AB7E02; }
span { border-color: rgb(171,126,2); }
td.TdClassName
{
border-color: #AB7E02;
}
.TagClassName
{
border-color: #AB7E02;
}
</style>