Shades of Lucky #AA9318
Tints of Lucky #AA9318
RGB
CMYK
RGB Variations
Color information
#AA9318 (or 0xAA9318) is known color: Lucky. HEX triplet: AA, 93 and 18. RGB value is (170,147,24). Sum of RGB (Red+Green+Blue) = 170+147+24=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9318 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9318 is #556CE7. Grayscale: #8C8C8C. Windows color (decimal): -5598440 or 1610666. OLE color: 1610666.
HSL color Cylindrical-coordinate representation of color #AA9318: hue angle of 50.55º degrees, saturation: 0.75, 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 #AA9318 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 24 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.33 |
| HSL | 50.55º | 0.75% | 0.38% | - |
| HSV(B) | 50.55º | 0.86% | 0.67% | - |
| XYZ | 27.18 | 29.48 | 5.12 | - |
| YUV | 139.86 | 62.62 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 24 | 0 | 0.14 | 0.86 | 0.33 | 50.55 | 0.75 | 0.38 |
| Hex | AA | 93 | 18 | 0 | E | 56 | 21 | 33 | 4B | 26 |
| Octal | 252 | 223 | 30 | 0 | 16 | 126 | 41 | 63 | 113 | 46 |
| Binary | 10101010 | 10010011 | 11000 | 0 | 1110 | 1010110 | 100001 | 110011 | 1001011 | 100110 |
Color Harmonies of #AA9318
Complementary color
Monochromatic Colors of #AA9318
Black with #AA9318
Text Example
Text Example
White with #AA9318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9318; }
p { color: rgb(170,147,24); }
H1.HeaderClassName
{
color: #AA9318;
}
.AnyTagClassName
{
color: #AA9318;
}
</style>
background-color css
<style>
a { background-color: #AA9318; }
a { background-color: rgb(170,147,24); }
div.DivClassName
{
background-color: #AA9318;
}
.BgClassName
{
background-color: #AA9318;
}
</style>
border-color css
<style>
span { border-color: #AA9318; }
span { border-color: rgb(170,147,24); }
td.TdClassName
{
border-color: #AA9318;
}
.TagClassName
{
border-color: #AA9318;
}
</style>