Shades of Dark Goldenrod #AB8402
Tints of Dark Goldenrod #AB8402
RGB
CMYK
RGB Variations
Color information
#AB8402 (or 0xAB8402) is known color: Dark Goldenrod. HEX triplet: AB, 84 and 02. RGB value is (171,132,2). Sum of RGB (Red+Green+Blue) = 171+132+2=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8402 is #547BFD. Grayscale: #818181. Windows color (decimal): -5536766 or 165035. OLE color: 165035.
HSL color Cylindrical-coordinate representation of color #AB8402: hue angle of 46.15º 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 #AB8402 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 2 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.33 |
| HSL | 46.15º | 0.98% | 0.34% | - |
| HSV(B) | 46.15º | 0.99% | 0.67% | - |
| XYZ | 25.06 | 25.16 | 3.59 | - |
| YUV | 128.84 | 56.42 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 2 | 0 | 0.23 | 0.99 | 0.33 | 46.15 | 0.98 | 0.34 |
| Hex | AB | 84 | 2 | 0 | 17 | 63 | 21 | 2E | 62 | 22 |
| Octal | 253 | 204 | 2 | 0 | 27 | 143 | 41 | 56 | 142 | 42 |
| Binary | 10101011 | 10000100 | 10 | 0 | 10111 | 1100011 | 100001 | 101110 | 1100010 | 100010 |
Color Harmonies of #AB8402
Complementary color
Monochromatic Colors of #AB8402
Black with #AB8402
Text Example
Text Example
White with #AB8402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8402; }
p { color: rgb(171,132,2); }
H1.HeaderClassName
{
color: #AB8402;
}
.AnyTagClassName
{
color: #AB8402;
}
</style>
background-color css
<style>
a { background-color: #AB8402; }
a { background-color: rgb(171,132,2); }
div.DivClassName
{
background-color: #AB8402;
}
.BgClassName
{
background-color: #AB8402;
}
</style>
border-color css
<style>
span { border-color: #AB8402; }
span { border-color: rgb(171,132,2); }
td.TdClassName
{
border-color: #AB8402;
}
.TagClassName
{
border-color: #AB8402;
}
</style>