Shades of Dark Goldenrod #AB8900
Tints of Dark Goldenrod #AB8900
RGB
CMYK
RGB Variations
Color information
#AB8900 (or 0xAB8900) is known color: Dark Goldenrod. HEX triplet: AB, 89 and 00. RGB value is (171,137,0). Sum of RGB (Red+Green+Blue) = 171+137+0=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8900 is #5476FF. Grayscale: #848484. Windows color (decimal): -5535488 or 35243. OLE color: 35243.
HSL color Cylindrical-coordinate representation of color #AB8900: hue angle of 48.07º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB8900 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.33 |
| HSL | 48.07º | 1% | 0.34% | - |
| HSV(B) | 48.07º | 1% | 0.67% | - |
| XYZ | 25.74 | 26.55 | 3.77 | - |
| YUV | 131.55 | 53.76 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 0 | 0 | 0.20 | 1 | 0.33 | 48.07 | 1 | 0.34 |
| Hex | AB | 89 | 0 | 0 | 14 | 64 | 21 | 30 | 64 | 22 |
| Octal | 253 | 211 | 0 | 0 | 24 | 144 | 41 | 60 | 144 | 42 |
| Binary | 10101011 | 10001001 | 0 | 0 | 10100 | 1100100 | 100001 | 110000 | 1100100 | 100010 |
Color Harmonies of #AB8900
Complementary color
Monochromatic Colors of #AB8900
Black with #AB8900
Text Example
Text Example
White with #AB8900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8900; }
p { color: rgb(171,137,0); }
H1.HeaderClassName
{
color: #AB8900;
}
.AnyTagClassName
{
color: #AB8900;
}
</style>
background-color css
<style>
a { background-color: #AB8900; }
a { background-color: rgb(171,137,0); }
div.DivClassName
{
background-color: #AB8900;
}
.BgClassName
{
background-color: #AB8900;
}
</style>
border-color css
<style>
span { border-color: #AB8900; }
span { border-color: rgb(171,137,0); }
td.TdClassName
{
border-color: #AB8900;
}
.TagClassName
{
border-color: #AB8900;
}
</style>