Shades of Dark Goldenrod #AA9108
Tints of Dark Goldenrod #AA9108
RGB
CMYK
RGB Variations
Color information
#AA9108 (or 0xAA9108) is known color: Dark Goldenrod. HEX triplet: AA, 91 and 08. RGB value is (170,145,8). Sum of RGB (Red+Green+Blue) = 170+145+8=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9108 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9108 is #556EF7. Grayscale: #898989. Windows color (decimal): -5598968 or 561578. OLE color: 561578.
HSL color Cylindrical-coordinate representation of color #AA9108: hue angle of 50.74º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA9108 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 8 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.33 |
| HSL | 50.74º | 0.91% | 0.35% | - |
| HSV(B) | 50.74º | 0.95% | 0.67% | - |
| XYZ | 26.75 | 28.81 | 4.38 | - |
| YUV | 136.86 | 55.28 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 8 | 0 | 0.15 | 0.95 | 0.33 | 50.74 | 0.91 | 0.35 |
| Hex | AA | 91 | 8 | 0 | F | 5F | 21 | 33 | 5B | 23 |
| Octal | 252 | 221 | 10 | 0 | 17 | 137 | 41 | 63 | 133 | 43 |
| Binary | 10101010 | 10010001 | 1000 | 0 | 1111 | 1011111 | 100001 | 110011 | 1011011 | 100011 |
Color Harmonies of #AA9108
Complementary color
Monochromatic Colors of #AA9108
Black with #AA9108
Text Example
Text Example
White with #AA9108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9108; }
p { color: rgb(170,145,8); }
H1.HeaderClassName
{
color: #AA9108;
}
.AnyTagClassName
{
color: #AA9108;
}
</style>
background-color css
<style>
a { background-color: #AA9108; }
a { background-color: rgb(170,145,8); }
div.DivClassName
{
background-color: #AA9108;
}
.BgClassName
{
background-color: #AA9108;
}
</style>
border-color css
<style>
span { border-color: #AA9108; }
span { border-color: rgb(170,145,8); }
td.TdClassName
{
border-color: #AA9108;
}
.TagClassName
{
border-color: #AA9108;
}
</style>