Shades of Lucky #AAA509
Tints of Lucky #AAA509
RGB
CMYK
RGB Variations
Color information
#AAA509 (or 0xAAA509) is known color: Lucky. HEX triplet: AA, A5 and 09. RGB value is (170,165,9). Sum of RGB (Red+Green+Blue) = 170+165+9=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 165 (64.84% from 255 or 47.97% from 344); Blue value is 9 (3.91% from 255 or 2.62% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA509 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA509 is #555AF6. Grayscale: #959595. Windows color (decimal): -5593847 or 632234. OLE color: 632234.
HSL color Cylindrical-coordinate representation of color #AAA509: hue angle of 58.14º degrees, saturation: 0.9, 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 #AAA509 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 9 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.33 |
| HSL | 58.14º | 0.9% | 0.35% | - |
| HSV(B) | 58.14º | 0.95% | 0.67% | - |
| XYZ | 30.08 | 35.48 | 5.52 | - |
| YUV | 148.71 | 49.16 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 9 | 0 | 0.03 | 0.95 | 0.33 | 58.14 | 0.9 | 0.35 |
| Hex | AA | A5 | 9 | 0 | 3 | 5F | 21 | 3A | 5A | 23 |
| Octal | 252 | 245 | 11 | 0 | 3 | 137 | 41 | 72 | 132 | 43 |
| Binary | 10101010 | 10100101 | 1001 | 0 | 11 | 1011111 | 100001 | 111010 | 1011010 | 100011 |
Color Harmonies of #AAA509
Complementary color
Monochromatic Colors of #AAA509
Black with #AAA509
Text Example
Text Example
White with #AAA509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA509; }
p { color: rgb(170,165,9); }
H1.HeaderClassName
{
color: #AAA509;
}
.AnyTagClassName
{
color: #AAA509;
}
</style>
background-color css
<style>
a { background-color: #AAA509; }
a { background-color: rgb(170,165,9); }
div.DivClassName
{
background-color: #AAA509;
}
.BgClassName
{
background-color: #AAA509;
}
</style>
border-color css
<style>
span { border-color: #AAA509; }
span { border-color: rgb(170,165,9); }
td.TdClassName
{
border-color: #AAA509;
}
.TagClassName
{
border-color: #AAA509;
}
</style>