Shades of Lucky #AA9417
Tints of Lucky #AA9417
RGB
CMYK
RGB Variations
Color information
#AA9417 (or 0xAA9417) is known color: Lucky. HEX triplet: AA, 94 and 17. RGB value is (170,148,23). Sum of RGB (Red+Green+Blue) = 170+148+23=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 23 (9.38% from 255 or 6.74% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9417 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9417 is #556BE8. Grayscale: #8C8C8C. Windows color (decimal): -5598185 or 1545386. OLE color: 1545386.
HSL color Cylindrical-coordinate representation of color #AA9417: hue angle of 51.02º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA9417 is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 23 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.33 |
| HSL | 51.02º | 0.76% | 0.38% | - |
| HSV(B) | 51.02º | 0.86% | 0.67% | - |
| XYZ | 27.32 | 29.79 | 5.12 | - |
| YUV | 140.33 | 61.79 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 23 | 0 | 0.13 | 0.86 | 0.33 | 51.02 | 0.76 | 0.38 |
| Hex | AA | 94 | 17 | 0 | D | 56 | 21 | 33 | 4C | 26 |
| Octal | 252 | 224 | 27 | 0 | 15 | 126 | 41 | 63 | 114 | 46 |
| Binary | 10101010 | 10010100 | 10111 | 0 | 1101 | 1010110 | 100001 | 110011 | 1001100 | 100110 |
Color Harmonies of #AA9417
Complementary color
Monochromatic Colors of #AA9417
Black with #AA9417
Text Example
Text Example
White with #AA9417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9417; }
p { color: rgb(170,148,23); }
H1.HeaderClassName
{
color: #AA9417;
}
.AnyTagClassName
{
color: #AA9417;
}
</style>
background-color css
<style>
a { background-color: #AA9417; }
a { background-color: rgb(170,148,23); }
div.DivClassName
{
background-color: #AA9417;
}
.BgClassName
{
background-color: #AA9417;
}
</style>
border-color css
<style>
span { border-color: #AA9417; }
span { border-color: rgb(170,148,23); }
td.TdClassName
{
border-color: #AA9417;
}
.TagClassName
{
border-color: #AA9417;
}
</style>