Shades of Dark Goldenrod #AA8901
Tints of Dark Goldenrod #AA8901
RGB
CMYK
RGB Variations
Color information
#AA8901 (or 0xAA8901) is known color: Dark Goldenrod. HEX triplet: AA, 89 and 01. RGB value is (170,137,1). Sum of RGB (Red+Green+Blue) = 170+137+1=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8901 is #5576FE. Grayscale: #838383. Windows color (decimal): -5601023 or 100778. OLE color: 100778.
HSL color Cylindrical-coordinate representation of color #AA8901: hue angle of 48.28º 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 #AA8901 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 1 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.33 |
| HSL | 48.28º | 0.99% | 0.34% | - |
| HSV(B) | 48.28º | 0.99% | 0.67% | - |
| XYZ | 25.53 | 26.44 | 3.79 | - |
| YUV | 131.36 | 54.43 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 1 | 0 | 0.19 | 0.99 | 0.33 | 48.28 | 0.99 | 0.34 |
| Hex | AA | 89 | 1 | 0 | 13 | 63 | 21 | 30 | 63 | 22 |
| Octal | 252 | 211 | 1 | 0 | 23 | 143 | 41 | 60 | 143 | 42 |
| Binary | 10101010 | 10001001 | 1 | 0 | 10011 | 1100011 | 100001 | 110000 | 1100011 | 100010 |
Color Harmonies of #AA8901
Complementary color
Monochromatic Colors of #AA8901
Black with #AA8901
Text Example
Text Example
White with #AA8901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8901; }
p { color: rgb(170,137,1); }
H1.HeaderClassName
{
color: #AA8901;
}
.AnyTagClassName
{
color: #AA8901;
}
</style>
background-color css
<style>
a { background-color: #AA8901; }
a { background-color: rgb(170,137,1); }
div.DivClassName
{
background-color: #AA8901;
}
.BgClassName
{
background-color: #AA8901;
}
</style>
border-color css
<style>
span { border-color: #AA8901; }
span { border-color: rgb(170,137,1); }
td.TdClassName
{
border-color: #AA8901;
}
.TagClassName
{
border-color: #AA8901;
}
</style>