Shades of Dark Goldenrod #AB8412
Tints of Dark Goldenrod #AB8412
RGB
CMYK
RGB Variations
Color information
#AB8412 (or 0xAB8412) is known color: Dark Goldenrod. HEX triplet: AB, 84 and 12. RGB value is (171,132,18). Sum of RGB (Red+Green+Blue) = 171+132+18=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8412 is #547BED. Grayscale: #838383. Windows color (decimal): -5536750 or 1213611. OLE color: 1213611.
HSL color Cylindrical-coordinate representation of color #AB8412: hue angle of 44.71º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB8412 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 18 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.33 |
| HSL | 44.71º | 0.81% | 0.37% | - |
| HSV(B) | 44.71º | 0.89% | 0.67% | - |
| XYZ | 25.16 | 25.2 | 4.11 | - |
| YUV | 130.67 | 64.42 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 18 | 0 | 0.23 | 0.89 | 0.33 | 44.71 | 0.81 | 0.37 |
| Hex | AB | 84 | 12 | 0 | 17 | 59 | 21 | 2D | 51 | 25 |
| Octal | 253 | 204 | 22 | 0 | 27 | 131 | 41 | 55 | 121 | 45 |
| Binary | 10101011 | 10000100 | 10010 | 0 | 10111 | 1011001 | 100001 | 101101 | 1010001 | 100101 |
Color Harmonies of #AB8412
Complementary color
Monochromatic Colors of #AB8412
Black with #AB8412
Text Example
Text Example
White with #AB8412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8412; }
p { color: rgb(171,132,18); }
H1.HeaderClassName
{
color: #AB8412;
}
.AnyTagClassName
{
color: #AB8412;
}
</style>
background-color css
<style>
a { background-color: #AB8412; }
a { background-color: rgb(171,132,18); }
div.DivClassName
{
background-color: #AB8412;
}
.BgClassName
{
background-color: #AB8412;
}
</style>
border-color css
<style>
span { border-color: #AB8412; }
span { border-color: rgb(171,132,18); }
td.TdClassName
{
border-color: #AB8412;
}
.TagClassName
{
border-color: #AB8412;
}
</style>