Shades of Lucky #AA930A
Tints of Lucky #AA930A
RGB
CMYK
RGB Variations
Color information
#AA930A (or 0xAA930A) is known color: Lucky. HEX triplet: AA, 93 and 0A. RGB value is (170,147,10). Sum of RGB (Red+Green+Blue) = 170+147+10=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA930A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA930A is #556CF5. Grayscale: #8A8A8A. Windows color (decimal): -5598454 or 693162. OLE color: 693162.
HSL color Cylindrical-coordinate representation of color #AA930A: hue angle of 51.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 #AA930A is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 10 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.33 |
| HSL | 51.38º | 0.89% | 0.35% | - |
| HSV(B) | 51.38º | 0.94% | 0.67% | - |
| XYZ | 27.07 | 29.44 | 4.54 | - |
| YUV | 138.26 | 55.62 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 10 | 0 | 0.14 | 0.94 | 0.33 | 51.38 | 0.89 | 0.35 |
| Hex | AA | 93 | A | 0 | E | 5E | 21 | 33 | 59 | 23 |
| Octal | 252 | 223 | 12 | 0 | 16 | 136 | 41 | 63 | 131 | 43 |
| Binary | 10101010 | 10010011 | 1010 | 0 | 1110 | 1011110 | 100001 | 110011 | 1011001 | 100011 |
Color Harmonies of #AA930A
Complementary color
Monochromatic Colors of #AA930A
Black with #AA930A
Text Example
Text Example
White with #AA930A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA930A; }
p { color: rgb(170,147,10); }
H1.HeaderClassName
{
color: #AA930A;
}
.AnyTagClassName
{
color: #AA930A;
}
</style>
background-color css
<style>
a { background-color: #AA930A; }
a { background-color: rgb(170,147,10); }
div.DivClassName
{
background-color: #AA930A;
}
.BgClassName
{
background-color: #AA930A;
}
</style>
border-color css
<style>
span { border-color: #AA930A; }
span { border-color: rgb(170,147,10); }
td.TdClassName
{
border-color: #AA930A;
}
.TagClassName
{
border-color: #AA930A;
}
</style>