Shades of Lucky #AA9A08
Tints of Lucky #AA9A08
RGB
CMYK
RGB Variations
Color information
#AA9A08 (or 0xAA9A08) is known color: Lucky. HEX triplet: AA, 9A and 08. RGB value is (170,154,8). Sum of RGB (Red+Green+Blue) = 170+154+8=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 154 (60.55% from 255 or 46.39% from 332); Blue value is 8 (3.52% from 255 or 2.41% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9A08 is #5565F7. Grayscale: #8E8E8E. Windows color (decimal): -5596664 or 563882. OLE color: 563882.
HSL color Cylindrical-coordinate representation of color #AA9A08: hue angle of 54.07º 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 #AA9A08 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 8 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.33 |
| HSL | 54.07º | 0.91% | 0.35% | - |
| HSV(B) | 54.07º | 0.95% | 0.67% | - |
| XYZ | 28.18 | 31.67 | 4.86 | - |
| YUV | 142.14 | 52.3 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 8 | 0 | 0.09 | 0.95 | 0.33 | 54.07 | 0.91 | 0.35 |
| Hex | AA | 9A | 8 | 0 | 9 | 5F | 21 | 36 | 5B | 23 |
| Octal | 252 | 232 | 10 | 0 | 11 | 137 | 41 | 66 | 133 | 43 |
| Binary | 10101010 | 10011010 | 1000 | 0 | 1001 | 1011111 | 100001 | 110110 | 1011011 | 100011 |
Color Harmonies of #AA9A08
Complementary color
Monochromatic Colors of #AA9A08
Black with #AA9A08
Text Example
Text Example
White with #AA9A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A08; }
p { color: rgb(170,154,8); }
H1.HeaderClassName
{
color: #AA9A08;
}
.AnyTagClassName
{
color: #AA9A08;
}
</style>
background-color css
<style>
a { background-color: #AA9A08; }
a { background-color: rgb(170,154,8); }
div.DivClassName
{
background-color: #AA9A08;
}
.BgClassName
{
background-color: #AA9A08;
}
</style>
border-color css
<style>
span { border-color: #AA9A08; }
span { border-color: rgb(170,154,8); }
td.TdClassName
{
border-color: #AA9A08;
}
.TagClassName
{
border-color: #AA9A08;
}
</style>