Shades of Dark Goldenrod #AA8003
Tints of Dark Goldenrod #AA8003
RGB
CMYK
RGB Variations
Color information
#AA8003 (or 0xAA8003) is known color: Dark Goldenrod. HEX triplet: AA, 80 and 03. RGB value is (170,128,3). Sum of RGB (Red+Green+Blue) = 170+128+3=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 3 (1.56% from 255 or 1.00% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8003 is #557FFC. Grayscale: #7E7E7E. Windows color (decimal): -5603325 or 229546. OLE color: 229546.
HSL color Cylindrical-coordinate representation of color #AA8003: hue angle of 44.91º 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 #AA8003 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 3 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.33 |
| HSL | 44.91º | 0.97% | 0.34% | - |
| HSV(B) | 44.91º | 0.98% | 0.67% | - |
| XYZ | 24.31 | 23.99 | 3.44 | - |
| YUV | 126.31 | 58.41 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 3 | 0 | 0.25 | 0.98 | 0.33 | 44.91 | 0.97 | 0.34 |
| Hex | AA | 80 | 3 | 0 | 19 | 62 | 21 | 2D | 61 | 22 |
| Octal | 252 | 200 | 3 | 0 | 31 | 142 | 41 | 55 | 141 | 42 |
| Binary | 10101010 | 10000000 | 11 | 0 | 11001 | 1100010 | 100001 | 101101 | 1100001 | 100010 |
Color Harmonies of #AA8003
Complementary color
Monochromatic Colors of #AA8003
Black with #AA8003
Text Example
Text Example
White with #AA8003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8003; }
p { color: rgb(170,128,3); }
H1.HeaderClassName
{
color: #AA8003;
}
.AnyTagClassName
{
color: #AA8003;
}
</style>
background-color css
<style>
a { background-color: #AA8003; }
a { background-color: rgb(170,128,3); }
div.DivClassName
{
background-color: #AA8003;
}
.BgClassName
{
background-color: #AA8003;
}
</style>
border-color css
<style>
span { border-color: #AA8003; }
span { border-color: rgb(170,128,3); }
td.TdClassName
{
border-color: #AA8003;
}
.TagClassName
{
border-color: #AA8003;
}
</style>