Shades of Dark Goldenrod #AA9100
Tints of Dark Goldenrod #AA9100
RGB
CMYK
RGB Variations
Color information
#AA9100 (or 0xAA9100) is known color: Dark Goldenrod. HEX triplet: AA, 91 and 00. RGB value is (170,145,0). Sum of RGB (Red+Green+Blue) = 170+145+0=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9100 is #556EFF. Grayscale: #888888. Windows color (decimal): -5598976 or 37290. OLE color: 37290.
HSL color Cylindrical-coordinate representation of color #AA9100: hue angle of 51.18º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA9100 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.33 |
| HSL | 51.18º | 1% | 0.33% | - |
| HSV(B) | 51.18º | 1% | 0.67% | - |
| XYZ | 26.7 | 28.8 | 4.15 | - |
| YUV | 135.95 | 51.28 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 0 | 0 | 0.15 | 1 | 0.33 | 51.18 | 1 | 0.33 |
| Hex | AA | 91 | 0 | 0 | F | 64 | 21 | 33 | 64 | 21 |
| Octal | 252 | 221 | 0 | 0 | 17 | 144 | 41 | 63 | 144 | 41 |
| Binary | 10101010 | 10010001 | 0 | 0 | 1111 | 1100100 | 100001 | 110011 | 1100100 | 100001 |
Color Harmonies of #AA9100
Complementary color
Monochromatic Colors of #AA9100
Black with #AA9100
Text Example
Text Example
White with #AA9100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9100; }
p { color: rgb(170,145,0); }
H1.HeaderClassName
{
color: #AA9100;
}
.AnyTagClassName
{
color: #AA9100;
}
</style>
background-color css
<style>
a { background-color: #AA9100; }
a { background-color: rgb(170,145,0); }
div.DivClassName
{
background-color: #AA9100;
}
.BgClassName
{
background-color: #AA9100;
}
</style>
border-color css
<style>
span { border-color: #AA9100; }
span { border-color: rgb(170,145,0); }
td.TdClassName
{
border-color: #AA9100;
}
.TagClassName
{
border-color: #AA9100;
}
</style>