Shades of Dark Goldenrod #AB8817
Tints of Dark Goldenrod #AB8817
RGB
CMYK
RGB Variations
Color information
#AB8817 (or 0xAB8817) is known color: Dark Goldenrod. HEX triplet: AB, 88 and 17. RGB value is (171,136,23). Sum of RGB (Red+Green+Blue) = 171+136+23=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8817 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8817 is #5477E8. Grayscale: #868686. Windows color (decimal): -5535721 or 1542315. OLE color: 1542315.
HSL color Cylindrical-coordinate representation of color #AB8817: hue angle of 45.81º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB8817 is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 23 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.33 |
| HSL | 45.81º | 0.76% | 0.38% | - |
| HSV(B) | 45.81º | 0.87% | 0.67% | - |
| XYZ | 25.75 | 26.33 | 4.54 | - |
| YUV | 133.58 | 65.6 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 23 | 0 | 0.20 | 0.87 | 0.33 | 45.81 | 0.76 | 0.38 |
| Hex | AB | 88 | 17 | 0 | 14 | 57 | 21 | 2E | 4C | 26 |
| Octal | 253 | 210 | 27 | 0 | 24 | 127 | 41 | 56 | 114 | 46 |
| Binary | 10101011 | 10001000 | 10111 | 0 | 10100 | 1010111 | 100001 | 101110 | 1001100 | 100110 |
Color Harmonies of #AB8817
Complementary color
Monochromatic Colors of #AB8817
Black with #AB8817
Text Example
Text Example
White with #AB8817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8817; }
p { color: rgb(171,136,23); }
H1.HeaderClassName
{
color: #AB8817;
}
.AnyTagClassName
{
color: #AB8817;
}
</style>
background-color css
<style>
a { background-color: #AB8817; }
a { background-color: rgb(171,136,23); }
div.DivClassName
{
background-color: #AB8817;
}
.BgClassName
{
background-color: #AB8817;
}
</style>
border-color css
<style>
span { border-color: #AB8817; }
span { border-color: rgb(171,136,23); }
td.TdClassName
{
border-color: #AB8817;
}
.TagClassName
{
border-color: #AB8817;
}
</style>