Shades of Dark Goldenrod #AB8411
Tints of Dark Goldenrod #AB8411
RGB
CMYK
RGB Variations
Color information
#AB8411 (or 0xAB8411) is known color: Dark Goldenrod. HEX triplet: AB, 84 and 11. RGB value is (171,132,17). Sum of RGB (Red+Green+Blue) = 171+132+17=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8411 is #547BEE. Grayscale: #838383. Windows color (decimal): -5536751 or 1148075. OLE color: 1148075.
HSL color Cylindrical-coordinate representation of color #AB8411: hue angle of 44.81º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB8411 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 17 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.33 |
| HSL | 44.81º | 0.82% | 0.37% | - |
| HSV(B) | 44.81º | 0.9% | 0.67% | - |
| XYZ | 25.15 | 25.2 | 4.07 | - |
| YUV | 130.55 | 63.92 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 17 | 0 | 0.23 | 0.90 | 0.33 | 44.81 | 0.82 | 0.37 |
| Hex | AB | 84 | 11 | 0 | 17 | 5A | 21 | 2D | 52 | 25 |
| Octal | 253 | 204 | 21 | 0 | 27 | 132 | 41 | 55 | 122 | 45 |
| Binary | 10101011 | 10000100 | 10001 | 0 | 10111 | 1011010 | 100001 | 101101 | 1010010 | 100101 |
Color Harmonies of #AB8411
Complementary color
Monochromatic Colors of #AB8411
Black with #AB8411
Text Example
Text Example
White with #AB8411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8411; }
p { color: rgb(171,132,17); }
H1.HeaderClassName
{
color: #AB8411;
}
.AnyTagClassName
{
color: #AB8411;
}
</style>
background-color css
<style>
a { background-color: #AB8411; }
a { background-color: rgb(171,132,17); }
div.DivClassName
{
background-color: #AB8411;
}
.BgClassName
{
background-color: #AB8411;
}
</style>
border-color css
<style>
span { border-color: #AB8411; }
span { border-color: rgb(171,132,17); }
td.TdClassName
{
border-color: #AB8411;
}
.TagClassName
{
border-color: #AB8411;
}
</style>