Shades of Dark Goldenrod #AA9102
Tints of Dark Goldenrod #AA9102
RGB
CMYK
RGB Variations
Color information
#AA9102 (or 0xAA9102) is known color: Dark Goldenrod. HEX triplet: AA, 91 and 02. RGB value is (170,145,2). Sum of RGB (Red+Green+Blue) = 170+145+2=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9102 is #556EFD. Grayscale: #888888. Windows color (decimal): -5598974 or 168362. OLE color: 168362.
HSL color Cylindrical-coordinate representation of color #AA9102: hue angle of 51.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 #AA9102 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.33 |
| HSL | 51.07º | 0.98% | 0.34% | - |
| HSV(B) | 51.07º | 0.99% | 0.67% | - |
| XYZ | 26.71 | 28.8 | 4.21 | - |
| YUV | 136.17 | 52.28 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 2 | 0 | 0.15 | 0.99 | 0.33 | 51.07 | 0.98 | 0.34 |
| Hex | AA | 91 | 2 | 0 | F | 63 | 21 | 33 | 62 | 22 |
| Octal | 252 | 221 | 2 | 0 | 17 | 143 | 41 | 63 | 142 | 42 |
| Binary | 10101010 | 10010001 | 10 | 0 | 1111 | 1100011 | 100001 | 110011 | 1100010 | 100010 |
Color Harmonies of #AA9102
Complementary color
Monochromatic Colors of #AA9102
Black with #AA9102
Text Example
Text Example
White with #AA9102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9102; }
p { color: rgb(170,145,2); }
H1.HeaderClassName
{
color: #AA9102;
}
.AnyTagClassName
{
color: #AA9102;
}
</style>
background-color css
<style>
a { background-color: #AA9102; }
a { background-color: rgb(170,145,2); }
div.DivClassName
{
background-color: #AA9102;
}
.BgClassName
{
background-color: #AA9102;
}
</style>
border-color css
<style>
span { border-color: #AA9102; }
span { border-color: rgb(170,145,2); }
td.TdClassName
{
border-color: #AA9102;
}
.TagClassName
{
border-color: #AA9102;
}
</style>