Shades of Dark Goldenrod #AA8800
Tints of Dark Goldenrod #AA8800
RGB
CMYK
RGB Variations
Color information
#AA8800 (or 0xAA8800) is known color: Dark Goldenrod. HEX triplet: AA, 88 and 00. RGB value is (170,136,0). Sum of RGB (Red+Green+Blue) = 170+136+0=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8800 is #5577FF. Grayscale: #838383. Windows color (decimal): -5601280 or 34986. OLE color: 34986.
HSL color Cylindrical-coordinate representation of color #AA8800: hue angle of 48º 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 #AA8800 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.33 |
| HSL | 48º | 1% | 0.33% | - |
| HSV(B) | 48º | 1% | 0.67% | - |
| XYZ | 25.38 | 26.15 | 3.71 | - |
| YUV | 130.66 | 54.26 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 0 | 0 | 0.20 | 1 | 0.33 | 48 | 1 | 0.33 |
| Hex | AA | 88 | 0 | 0 | 14 | 64 | 21 | 30 | 64 | 21 |
| Octal | 252 | 210 | 0 | 0 | 24 | 144 | 41 | 60 | 144 | 41 |
| Binary | 10101010 | 10001000 | 0 | 0 | 10100 | 1100100 | 100001 | 110000 | 1100100 | 100001 |
Color Harmonies of #AA8800
Complementary color
Monochromatic Colors of #AA8800
Black with #AA8800
Text Example
Text Example
White with #AA8800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8800; }
p { color: rgb(170,136,0); }
H1.HeaderClassName
{
color: #AA8800;
}
.AnyTagClassName
{
color: #AA8800;
}
</style>
background-color css
<style>
a { background-color: #AA8800; }
a { background-color: rgb(170,136,0); }
div.DivClassName
{
background-color: #AA8800;
}
.BgClassName
{
background-color: #AA8800;
}
</style>
border-color css
<style>
span { border-color: #AA8800; }
span { border-color: rgb(170,136,0); }
td.TdClassName
{
border-color: #AA8800;
}
.TagClassName
{
border-color: #AA8800;
}
</style>