Shades of Lucky #AAA30A
Tints of Lucky #AAA30A
RGB
CMYK
RGB Variations
Color information
#AAA30A (or 0xAAA30A) is known color: Lucky. HEX triplet: AA, A3 and 0A. RGB value is (170,163,10). Sum of RGB (Red+Green+Blue) = 170+163+10=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 163 (64.06% from 255 or 47.52% from 343); Blue value is 10 (4.30% from 255 or 2.92% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA30A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA30A is #555CF5. Grayscale: #949494. Windows color (decimal): -5594358 or 697258. OLE color: 697258.
HSL color Cylindrical-coordinate representation of color #AAA30A: hue angle of 57.38º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAA30A is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 10 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.33 |
| HSL | 57.38º | 0.89% | 0.35% | - |
| HSV(B) | 57.38º | 0.94% | 0.67% | - |
| XYZ | 29.73 | 34.76 | 5.43 | - |
| YUV | 147.65 | 50.32 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 10 | 0 | 0.04 | 0.94 | 0.33 | 57.38 | 0.89 | 0.35 |
| Hex | AA | A3 | A | 0 | 4 | 5E | 21 | 39 | 59 | 23 |
| Octal | 252 | 243 | 12 | 0 | 4 | 136 | 41 | 71 | 131 | 43 |
| Binary | 10101010 | 10100011 | 1010 | 0 | 100 | 1011110 | 100001 | 111001 | 1011001 | 100011 |
Color Harmonies of #AAA30A
Complementary color
Monochromatic Colors of #AAA30A
Black with #AAA30A
Text Example
Text Example
White with #AAA30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA30A; }
p { color: rgb(170,163,10); }
H1.HeaderClassName
{
color: #AAA30A;
}
.AnyTagClassName
{
color: #AAA30A;
}
</style>
background-color css
<style>
a { background-color: #AAA30A; }
a { background-color: rgb(170,163,10); }
div.DivClassName
{
background-color: #AAA30A;
}
.BgClassName
{
background-color: #AAA30A;
}
</style>
border-color css
<style>
span { border-color: #AAA30A; }
span { border-color: rgb(170,163,10); }
td.TdClassName
{
border-color: #AAA30A;
}
.TagClassName
{
border-color: #AAA30A;
}
</style>