Shades of Dark Goldenrod #AA8803
Tints of Dark Goldenrod #AA8803
RGB
CMYK
RGB Variations
Color information
#AA8803 (or 0xAA8803) is known color: Dark Goldenrod. HEX triplet: AA, 88 and 03. RGB value is (170,136,3). Sum of RGB (Red+Green+Blue) = 170+136+3=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8803 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8803 is #5577FC. Grayscale: #838383. Windows color (decimal): -5601277 or 231594. OLE color: 231594.
HSL color Cylindrical-coordinate representation of color #AA8803: hue angle of 47.78º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA8803 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 3 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.33 |
| HSL | 47.78º | 0.97% | 0.34% | - |
| HSV(B) | 47.78º | 0.98% | 0.67% | - |
| XYZ | 25.4 | 26.16 | 3.8 | - |
| YUV | 131 | 55.76 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 3 | 0 | 0.20 | 0.98 | 0.33 | 47.78 | 0.97 | 0.34 |
| Hex | AA | 88 | 3 | 0 | 14 | 62 | 21 | 30 | 61 | 22 |
| Octal | 252 | 210 | 3 | 0 | 24 | 142 | 41 | 60 | 141 | 42 |
| Binary | 10101010 | 10001000 | 11 | 0 | 10100 | 1100010 | 100001 | 110000 | 1100001 | 100010 |
Color Harmonies of #AA8803
Complementary color
Monochromatic Colors of #AA8803
Black with #AA8803
Text Example
Text Example
White with #AA8803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8803; }
p { color: rgb(170,136,3); }
H1.HeaderClassName
{
color: #AA8803;
}
.AnyTagClassName
{
color: #AA8803;
}
</style>
background-color css
<style>
a { background-color: #AA8803; }
a { background-color: rgb(170,136,3); }
div.DivClassName
{
background-color: #AA8803;
}
.BgClassName
{
background-color: #AA8803;
}
</style>
border-color css
<style>
span { border-color: #AA8803; }
span { border-color: rgb(170,136,3); }
td.TdClassName
{
border-color: #AA8803;
}
.TagClassName
{
border-color: #AA8803;
}
</style>