Shades of Dark Goldenrod #AA9600
Tints of Dark Goldenrod #AA9600
RGB
CMYK
RGB Variations
Color information
#AA9600 (or 0xAA9600) is known color: Dark Goldenrod. HEX triplet: AA, 96 and 00. RGB value is (170,150,0). Sum of RGB (Red+Green+Blue) = 170+150+0=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9600 is #5569FF. Grayscale: #8B8B8B. Windows color (decimal): -5597696 or 38570. OLE color: 38570.
HSL color Cylindrical-coordinate representation of color #AA9600: hue angle of 52.94º 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 #AA9600 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.33 |
| HSL | 52.94º | 1% | 0.33% | - |
| HSV(B) | 52.94º | 1% | 0.67% | - |
| XYZ | 27.48 | 30.36 | 4.41 | - |
| YUV | 138.88 | 49.63 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 0 | 0 | 0.12 | 1 | 0.33 | 52.94 | 1 | 0.33 |
| Hex | AA | 96 | 0 | 0 | C | 64 | 21 | 35 | 64 | 21 |
| Octal | 252 | 226 | 0 | 0 | 14 | 144 | 41 | 65 | 144 | 41 |
| Binary | 10101010 | 10010110 | 0 | 0 | 1100 | 1100100 | 100001 | 110101 | 1100100 | 100001 |
Color Harmonies of #AA9600
Complementary color
Monochromatic Colors of #AA9600
Black with #AA9600
Text Example
Text Example
White with #AA9600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9600; }
p { color: rgb(170,150,0); }
H1.HeaderClassName
{
color: #AA9600;
}
.AnyTagClassName
{
color: #AA9600;
}
</style>
background-color css
<style>
a { background-color: #AA9600; }
a { background-color: rgb(170,150,0); }
div.DivClassName
{
background-color: #AA9600;
}
.BgClassName
{
background-color: #AA9600;
}
</style>
border-color css
<style>
span { border-color: #AA9600; }
span { border-color: rgb(170,150,0); }
td.TdClassName
{
border-color: #AA9600;
}
.TagClassName
{
border-color: #AA9600;
}
</style>