Shades of Dark Goldenrod #AA9103
Tints of Dark Goldenrod #AA9103
RGB
CMYK
RGB Variations
Color information
#AA9103 (or 0xAA9103) is known color: Dark Goldenrod. HEX triplet: AA, 91 and 03. RGB value is (170,145,3). Sum of RGB (Red+Green+Blue) = 170+145+3=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9103 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9103 is #556EFC. Grayscale: #888888. Windows color (decimal): -5598973 or 233898. OLE color: 233898.
HSL color Cylindrical-coordinate representation of color #AA9103: hue angle of 51.02º 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 #AA9103 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 3 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.33 |
| HSL | 51.02º | 0.97% | 0.34% | - |
| HSV(B) | 51.02º | 0.98% | 0.67% | - |
| XYZ | 26.72 | 28.8 | 4.24 | - |
| YUV | 136.29 | 52.78 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 3 | 0 | 0.15 | 0.98 | 0.33 | 51.02 | 0.97 | 0.34 |
| Hex | AA | 91 | 3 | 0 | F | 62 | 21 | 33 | 61 | 22 |
| Octal | 252 | 221 | 3 | 0 | 17 | 142 | 41 | 63 | 141 | 42 |
| Binary | 10101010 | 10010001 | 11 | 0 | 1111 | 1100010 | 100001 | 110011 | 1100001 | 100010 |
Color Harmonies of #AA9103
Complementary color
Monochromatic Colors of #AA9103
Black with #AA9103
Text Example
Text Example
White with #AA9103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9103; }
p { color: rgb(170,145,3); }
H1.HeaderClassName
{
color: #AA9103;
}
.AnyTagClassName
{
color: #AA9103;
}
</style>
background-color css
<style>
a { background-color: #AA9103; }
a { background-color: rgb(170,145,3); }
div.DivClassName
{
background-color: #AA9103;
}
.BgClassName
{
background-color: #AA9103;
}
</style>
border-color css
<style>
span { border-color: #AA9103; }
span { border-color: rgb(170,145,3); }
td.TdClassName
{
border-color: #AA9103;
}
.TagClassName
{
border-color: #AA9103;
}
</style>