Shades of Dark Goldenrod #AB8410
Tints of Dark Goldenrod #AB8410
RGB
CMYK
RGB Variations
Color information
#AB8410 (or 0xAB8410) is known color: Dark Goldenrod. HEX triplet: AB, 84 and 10. RGB value is (171,132,16). Sum of RGB (Red+Green+Blue) = 171+132+16=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8410 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8410 is #547BEF. Grayscale: #828282. Windows color (decimal): -5536752 or 1082539. OLE color: 1082539.
HSL color Cylindrical-coordinate representation of color #AB8410: hue angle of 44.9º 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 #AB8410 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 16 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.33 |
| HSL | 44.9º | 0.83% | 0.37% | - |
| HSV(B) | 44.9º | 0.91% | 0.67% | - |
| XYZ | 25.14 | 25.2 | 4.03 | - |
| YUV | 130.44 | 63.42 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 16 | 0 | 0.23 | 0.91 | 0.33 | 44.9 | 0.83 | 0.37 |
| Hex | AB | 84 | 10 | 0 | 17 | 5B | 21 | 2D | 53 | 25 |
| Octal | 253 | 204 | 20 | 0 | 27 | 133 | 41 | 55 | 123 | 45 |
| Binary | 10101011 | 10000100 | 10000 | 0 | 10111 | 1011011 | 100001 | 101101 | 1010011 | 100101 |
Color Harmonies of #AB8410
Complementary color
Monochromatic Colors of #AB8410
Black with #AB8410
Text Example
Text Example
White with #AB8410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8410; }
p { color: rgb(171,132,16); }
H1.HeaderClassName
{
color: #AB8410;
}
.AnyTagClassName
{
color: #AB8410;
}
</style>
background-color css
<style>
a { background-color: #AB8410; }
a { background-color: rgb(171,132,16); }
div.DivClassName
{
background-color: #AB8410;
}
.BgClassName
{
background-color: #AB8410;
}
</style>
border-color css
<style>
span { border-color: #AB8410; }
span { border-color: rgb(171,132,16); }
td.TdClassName
{
border-color: #AB8410;
}
.TagClassName
{
border-color: #AB8410;
}
</style>