Shades of Dark Goldenrod #AB7B02
Tints of Dark Goldenrod #AB7B02
RGB
CMYK
RGB Variations
Color information
#AB7B02 (or 0xAB7B02) is known color: Dark Goldenrod. HEX triplet: AB, 7B and 02. RGB value is (171,123,2). Sum of RGB (Red+Green+Blue) = 171+123+2=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 123 (48.44% from 255 or 41.55% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7B02 is #5484FD. Grayscale: #7C7C7C. Windows color (decimal): -5539070 or 162731. OLE color: 162731.
HSL color Cylindrical-coordinate representation of color #AB7B02: hue angle of 42.96º 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 #AB7B02 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 123 | 2 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.33 |
| HSL | 42.96º | 0.98% | 0.34% | - |
| HSV(B) | 42.96º | 0.99% | 0.67% | - |
| XYZ | 23.89 | 22.83 | 3.2 | - |
| YUV | 123.56 | 59.4 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 2 | 0 | 0.28 | 0.99 | 0.33 | 42.96 | 0.98 | 0.34 |
| Hex | AB | 7B | 2 | 0 | 1C | 63 | 21 | 2B | 62 | 22 |
| Octal | 253 | 173 | 2 | 0 | 34 | 143 | 41 | 53 | 142 | 42 |
| Binary | 10101011 | 1111011 | 10 | 0 | 11100 | 1100011 | 100001 | 101011 | 1100010 | 100010 |
Color Harmonies of #AB7B02
Complementary color
Monochromatic Colors of #AB7B02
Black with #AB7B02
Text Example
Text Example
White with #AB7B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7B02; }
p { color: rgb(171,123,2); }
H1.HeaderClassName
{
color: #AB7B02;
}
.AnyTagClassName
{
color: #AB7B02;
}
</style>
background-color css
<style>
a { background-color: #AB7B02; }
a { background-color: rgb(171,123,2); }
div.DivClassName
{
background-color: #AB7B02;
}
.BgClassName
{
background-color: #AB7B02;
}
</style>
border-color css
<style>
span { border-color: #AB7B02; }
span { border-color: rgb(171,123,2); }
td.TdClassName
{
border-color: #AB7B02;
}
.TagClassName
{
border-color: #AB7B02;
}
</style>