Shades of Dark Goldenrod #AB8801
Tints of Dark Goldenrod #AB8801
RGB
CMYK
RGB Variations
Color information
#AB8801 (or 0xAB8801) is known color: Dark Goldenrod. HEX triplet: AB, 88 and 01. RGB value is (171,136,1). Sum of RGB (Red+Green+Blue) = 171+136+1=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8801 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8801 is #5477FE. Grayscale: #838383. Windows color (decimal): -5535743 or 100523. OLE color: 100523.
HSL color Cylindrical-coordinate representation of color #AB8801: hue angle of 47.65º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB8801 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 1 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.33 |
| HSL | 47.65º | 0.99% | 0.34% | - |
| HSV(B) | 47.65º | 0.99% | 0.67% | - |
| XYZ | 25.6 | 26.27 | 3.75 | - |
| YUV | 131.08 | 54.6 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 1 | 0 | 0.20 | 0.99 | 0.33 | 47.65 | 0.99 | 0.34 |
| Hex | AB | 88 | 1 | 0 | 14 | 63 | 21 | 30 | 63 | 22 |
| Octal | 253 | 210 | 1 | 0 | 24 | 143 | 41 | 60 | 143 | 42 |
| Binary | 10101011 | 10001000 | 1 | 0 | 10100 | 1100011 | 100001 | 110000 | 1100011 | 100010 |
Color Harmonies of #AB8801
Complementary color
Monochromatic Colors of #AB8801
Black with #AB8801
Text Example
Text Example
White with #AB8801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8801; }
p { color: rgb(171,136,1); }
H1.HeaderClassName
{
color: #AB8801;
}
.AnyTagClassName
{
color: #AB8801;
}
</style>
background-color css
<style>
a { background-color: #AB8801; }
a { background-color: rgb(171,136,1); }
div.DivClassName
{
background-color: #AB8801;
}
.BgClassName
{
background-color: #AB8801;
}
</style>
border-color css
<style>
span { border-color: #AB8801; }
span { border-color: rgb(171,136,1); }
td.TdClassName
{
border-color: #AB8801;
}
.TagClassName
{
border-color: #AB8801;
}
</style>