Shades of Dark Goldenrod #AB8602
Tints of Dark Goldenrod #AB8602
RGB
CMYK
RGB Variations
Color information
#AB8602 (or 0xAB8602) is known color: Dark Goldenrod. HEX triplet: AB, 86 and 02. RGB value is (171,134,2). Sum of RGB (Red+Green+Blue) = 171+134+2=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8602 is #5479FD. Grayscale: #828282. Windows color (decimal): -5536254 or 165547. OLE color: 165547.
HSL color Cylindrical-coordinate representation of color #AB8602: hue angle of 46.86º 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 #AB8602 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 134 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.33 |
| HSL | 46.86º | 0.98% | 0.34% | - |
| HSV(B) | 46.86º | 0.99% | 0.67% | - |
| XYZ | 25.33 | 25.71 | 3.69 | - |
| YUV | 130.02 | 55.76 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 134 | 2 | 0 | 0.22 | 0.99 | 0.33 | 46.86 | 0.98 | 0.34 |
| Hex | AB | 86 | 2 | 0 | 16 | 63 | 21 | 2F | 62 | 22 |
| Octal | 253 | 206 | 2 | 0 | 26 | 143 | 41 | 57 | 142 | 42 |
| Binary | 10101011 | 10000110 | 10 | 0 | 10110 | 1100011 | 100001 | 101111 | 1100010 | 100010 |
Color Harmonies of #AB8602
Complementary color
Monochromatic Colors of #AB8602
Black with #AB8602
Text Example
Text Example
White with #AB8602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8602; }
p { color: rgb(171,134,2); }
H1.HeaderClassName
{
color: #AB8602;
}
.AnyTagClassName
{
color: #AB8602;
}
</style>
background-color css
<style>
a { background-color: #AB8602; }
a { background-color: rgb(171,134,2); }
div.DivClassName
{
background-color: #AB8602;
}
.BgClassName
{
background-color: #AB8602;
}
</style>
border-color css
<style>
span { border-color: #AB8602; }
span { border-color: rgb(171,134,2); }
td.TdClassName
{
border-color: #AB8602;
}
.TagClassName
{
border-color: #AB8602;
}
</style>