Shades of Dark Goldenrod #AB8415
Tints of Dark Goldenrod #AB8415
RGB
CMYK
RGB Variations
Color information
#AB8415 (or 0xAB8415) is known color: Dark Goldenrod. HEX triplet: AB, 84 and 15. RGB value is (171,132,21). Sum of RGB (Red+Green+Blue) = 171+132+21=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8415 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8415 is #547BEA. Grayscale: #838383. Windows color (decimal): -5536747 or 1410219. OLE color: 1410219.
HSL color Cylindrical-coordinate representation of color #AB8415: hue angle of 44.4º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB8415 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 21 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.33 |
| HSL | 44.4º | 0.78% | 0.38% | - |
| HSV(B) | 44.4º | 0.88% | 0.67% | - |
| XYZ | 25.18 | 25.21 | 4.25 | - |
| YUV | 131.01 | 65.92 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 21 | 0 | 0.23 | 0.88 | 0.33 | 44.4 | 0.78 | 0.38 |
| Hex | AB | 84 | 15 | 0 | 17 | 58 | 21 | 2C | 4E | 26 |
| Octal | 253 | 204 | 25 | 0 | 27 | 130 | 41 | 54 | 116 | 46 |
| Binary | 10101011 | 10000100 | 10101 | 0 | 10111 | 1011000 | 100001 | 101100 | 1001110 | 100110 |
Color Harmonies of #AB8415
Complementary color
Monochromatic Colors of #AB8415
Black with #AB8415
Text Example
Text Example
White with #AB8415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8415; }
p { color: rgb(171,132,21); }
H1.HeaderClassName
{
color: #AB8415;
}
.AnyTagClassName
{
color: #AB8415;
}
</style>
background-color css
<style>
a { background-color: #AB8415; }
a { background-color: rgb(171,132,21); }
div.DivClassName
{
background-color: #AB8415;
}
.BgClassName
{
background-color: #AB8415;
}
</style>
border-color css
<style>
span { border-color: #AB8415; }
span { border-color: rgb(171,132,21); }
td.TdClassName
{
border-color: #AB8415;
}
.TagClassName
{
border-color: #AB8415;
}
</style>