Shades of Lucky #AA9410
Tints of Lucky #AA9410
RGB
CMYK
RGB Variations
Color information
#AA9410 (or 0xAA9410) is known color: Lucky. HEX triplet: AA, 94 and 10. RGB value is (170,148,16). Sum of RGB (Red+Green+Blue) = 170+148+16=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9410 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9410 is #556BEF. Grayscale: #8C8C8C. Windows color (decimal): -5598192 or 1086634. OLE color: 1086634.
HSL color Cylindrical-coordinate representation of color #AA9410: hue angle of 51.43º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA9410 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 16 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.33 |
| HSL | 51.43º | 0.83% | 0.36% | - |
| HSV(B) | 51.43º | 0.91% | 0.67% | - |
| XYZ | 27.26 | 29.76 | 4.8 | - |
| YUV | 139.53 | 58.29 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 16 | 0 | 0.13 | 0.91 | 0.33 | 51.43 | 0.83 | 0.36 |
| Hex | AA | 94 | 10 | 0 | D | 5B | 21 | 33 | 53 | 24 |
| Octal | 252 | 224 | 20 | 0 | 15 | 133 | 41 | 63 | 123 | 44 |
| Binary | 10101010 | 10010100 | 10000 | 0 | 1101 | 1011011 | 100001 | 110011 | 1010011 | 100100 |
Color Harmonies of #AA9410
Complementary color
Monochromatic Colors of #AA9410
Black with #AA9410
Text Example
Text Example
White with #AA9410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9410; }
p { color: rgb(170,148,16); }
H1.HeaderClassName
{
color: #AA9410;
}
.AnyTagClassName
{
color: #AA9410;
}
</style>
background-color css
<style>
a { background-color: #AA9410; }
a { background-color: rgb(170,148,16); }
div.DivClassName
{
background-color: #AA9410;
}
.BgClassName
{
background-color: #AA9410;
}
</style>
border-color css
<style>
span { border-color: #AA9410; }
span { border-color: rgb(170,148,16); }
td.TdClassName
{
border-color: #AA9410;
}
.TagClassName
{
border-color: #AA9410;
}
</style>