Shades of Dark Goldenrod #AA8300
Tints of Dark Goldenrod #AA8300
RGB
CMYK
RGB Variations
Color information
#AA8300 (or 0xAA8300) is known color: Dark Goldenrod. HEX triplet: AA, 83 and 00. RGB value is (170,131,0). Sum of RGB (Red+Green+Blue) = 170+131+0=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8300 is #557CFF. Grayscale: #808080. Windows color (decimal): -5602560 or 33706. OLE color: 33706.
HSL color Cylindrical-coordinate representation of color #AA8300: hue angle of 46.24º 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 #AA8300 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.33 |
| HSL | 46.24º | 1% | 0.33% | - |
| HSV(B) | 46.24º | 1% | 0.67% | - |
| XYZ | 24.69 | 24.78 | 3.48 | - |
| YUV | 127.73 | 55.92 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 0 | 0 | 0.23 | 1 | 0.33 | 46.24 | 1 | 0.33 |
| Hex | AA | 83 | 0 | 0 | 17 | 64 | 21 | 2E | 64 | 21 |
| Octal | 252 | 203 | 0 | 0 | 27 | 144 | 41 | 56 | 144 | 41 |
| Binary | 10101010 | 10000011 | 0 | 0 | 10111 | 1100100 | 100001 | 101110 | 1100100 | 100001 |
Color Harmonies of #AA8300
Complementary color
Monochromatic Colors of #AA8300
Black with #AA8300
Text Example
Text Example
White with #AA8300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8300; }
p { color: rgb(170,131,0); }
H1.HeaderClassName
{
color: #AA8300;
}
.AnyTagClassName
{
color: #AA8300;
}
</style>
background-color css
<style>
a { background-color: #AA8300; }
a { background-color: rgb(170,131,0); }
div.DivClassName
{
background-color: #AA8300;
}
.BgClassName
{
background-color: #AA8300;
}
</style>
border-color css
<style>
span { border-color: #AA8300; }
span { border-color: rgb(170,131,0); }
td.TdClassName
{
border-color: #AA8300;
}
.TagClassName
{
border-color: #AA8300;
}
</style>