Shades of Dark Goldenrod #AA8302
Tints of Dark Goldenrod #AA8302
RGB
CMYK
RGB Variations
Color information
#AA8302 (or 0xAA8302) is known color: Dark Goldenrod. HEX triplet: AA, 83 and 02. RGB value is (170,131,2). Sum of RGB (Red+Green+Blue) = 170+131+2=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8302 is #557CFD. Grayscale: #808080. Windows color (decimal): -5602558 or 164778. OLE color: 164778.
HSL color Cylindrical-coordinate representation of color #AA8302: hue angle of 46.07º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA8302 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 2 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.33 |
| HSL | 46.07º | 0.98% | 0.34% | - |
| HSV(B) | 46.07º | 0.99% | 0.67% | - |
| XYZ | 24.7 | 24.78 | 3.54 | - |
| YUV | 127.96 | 56.92 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 2 | 0 | 0.23 | 0.99 | 0.33 | 46.07 | 0.98 | 0.34 |
| Hex | AA | 83 | 2 | 0 | 17 | 63 | 21 | 2E | 62 | 22 |
| Octal | 252 | 203 | 2 | 0 | 27 | 143 | 41 | 56 | 142 | 42 |
| Binary | 10101010 | 10000011 | 10 | 0 | 10111 | 1100011 | 100001 | 101110 | 1100010 | 100010 |
Color Harmonies of #AA8302
Complementary color
Monochromatic Colors of #AA8302
Black with #AA8302
Text Example
Text Example
White with #AA8302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8302; }
p { color: rgb(170,131,2); }
H1.HeaderClassName
{
color: #AA8302;
}
.AnyTagClassName
{
color: #AA8302;
}
</style>
background-color css
<style>
a { background-color: #AA8302; }
a { background-color: rgb(170,131,2); }
div.DivClassName
{
background-color: #AA8302;
}
.BgClassName
{
background-color: #AA8302;
}
</style>
border-color css
<style>
span { border-color: #AA8302; }
span { border-color: rgb(170,131,2); }
td.TdClassName
{
border-color: #AA8302;
}
.TagClassName
{
border-color: #AA8302;
}
</style>