Shades of Dark Goldenrod #AB8813
Tints of Dark Goldenrod #AB8813
RGB
CMYK
RGB Variations
Color information
#AB8813 (or 0xAB8813) is known color: Dark Goldenrod. HEX triplet: AB, 88 and 13. RGB value is (171,136,19). Sum of RGB (Red+Green+Blue) = 171+136+19=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8813 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8813 is #5477EC. Grayscale: #858585. Windows color (decimal): -5535725 or 1280171. OLE color: 1280171.
HSL color Cylindrical-coordinate representation of color #AB8813: hue angle of 46.18º degrees, saturation: 0.8, 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 #AB8813 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 19 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.33 |
| HSL | 46.18º | 0.8% | 0.37% | - |
| HSV(B) | 46.18º | 0.89% | 0.67% | - |
| XYZ | 25.72 | 26.31 | 4.34 | - |
| YUV | 133.13 | 63.6 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 19 | 0 | 0.20 | 0.89 | 0.33 | 46.18 | 0.8 | 0.37 |
| Hex | AB | 88 | 13 | 0 | 14 | 59 | 21 | 2E | 50 | 25 |
| Octal | 253 | 210 | 23 | 0 | 24 | 131 | 41 | 56 | 120 | 45 |
| Binary | 10101011 | 10001000 | 10011 | 0 | 10100 | 1011001 | 100001 | 101110 | 1010000 | 100101 |
Color Harmonies of #AB8813
Complementary color
Monochromatic Colors of #AB8813
Black with #AB8813
Text Example
Text Example
White with #AB8813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8813; }
p { color: rgb(171,136,19); }
H1.HeaderClassName
{
color: #AB8813;
}
.AnyTagClassName
{
color: #AB8813;
}
</style>
background-color css
<style>
a { background-color: #AB8813; }
a { background-color: rgb(171,136,19); }
div.DivClassName
{
background-color: #AB8813;
}
.BgClassName
{
background-color: #AB8813;
}
</style>
border-color css
<style>
span { border-color: #AB8813; }
span { border-color: rgb(171,136,19); }
td.TdClassName
{
border-color: #AB8813;
}
.TagClassName
{
border-color: #AB8813;
}
</style>