Shades of Dark Goldenrod #AB8210
Tints of Dark Goldenrod #AB8210
RGB
CMYK
RGB Variations
Color information
#AB8210 (or 0xAB8210) is known color: Dark Goldenrod. HEX triplet: AB, 82 and 10. RGB value is (171,130,16). Sum of RGB (Red+Green+Blue) = 171+130+16=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8210 is #547DEF. Grayscale: #818181. Windows color (decimal): -5537264 or 1082027. OLE color: 1082027.
HSL color Cylindrical-coordinate representation of color #AB8210: hue angle of 44.13º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB8210 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 16 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.33 |
| HSL | 44.13º | 0.83% | 0.37% | - |
| HSV(B) | 44.13º | 0.91% | 0.67% | - |
| XYZ | 24.87 | 24.66 | 3.94 | - |
| YUV | 129.26 | 64.08 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 16 | 0 | 0.24 | 0.91 | 0.33 | 44.13 | 0.83 | 0.37 |
| Hex | AB | 82 | 10 | 0 | 18 | 5B | 21 | 2C | 53 | 25 |
| Octal | 253 | 202 | 20 | 0 | 30 | 133 | 41 | 54 | 123 | 45 |
| Binary | 10101011 | 10000010 | 10000 | 0 | 11000 | 1011011 | 100001 | 101100 | 1010011 | 100101 |
Color Harmonies of #AB8210
Complementary color
Monochromatic Colors of #AB8210
Black with #AB8210
Text Example
Text Example
White with #AB8210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8210; }
p { color: rgb(171,130,16); }
H1.HeaderClassName
{
color: #AB8210;
}
.AnyTagClassName
{
color: #AB8210;
}
</style>
background-color css
<style>
a { background-color: #AB8210; }
a { background-color: rgb(171,130,16); }
div.DivClassName
{
background-color: #AB8210;
}
.BgClassName
{
background-color: #AB8210;
}
</style>
border-color css
<style>
span { border-color: #AB8210; }
span { border-color: rgb(171,130,16); }
td.TdClassName
{
border-color: #AB8210;
}
.TagClassName
{
border-color: #AB8210;
}
</style>