Shades of Lucky #AA9618
Tints of Lucky #AA9618
RGB
CMYK
RGB Variations
Color information
#AA9618 (or 0xAA9618) is known color: Lucky. HEX triplet: AA, 96 and 18. RGB value is (170,150,24). Sum of RGB (Red+Green+Blue) = 170+150+24=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9618 is #5569E7. Grayscale: #8E8E8E. Windows color (decimal): -5597672 or 1611434. OLE color: 1611434.
HSL color Cylindrical-coordinate representation of color #AA9618: hue angle of 51.78º 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 #AA9618 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 24 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.33 |
| HSL | 51.78º | 0.75% | 0.38% | - |
| HSV(B) | 51.78º | 0.86% | 0.67% | - |
| XYZ | 27.65 | 30.42 | 5.28 | - |
| YUV | 141.62 | 61.63 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 24 | 0 | 0.12 | 0.86 | 0.33 | 51.78 | 0.75 | 0.38 |
| Hex | AA | 96 | 18 | 0 | C | 56 | 21 | 34 | 4B | 26 |
| Octal | 252 | 226 | 30 | 0 | 14 | 126 | 41 | 64 | 113 | 46 |
| Binary | 10101010 | 10010110 | 11000 | 0 | 1100 | 1010110 | 100001 | 110100 | 1001011 | 100110 |
Color Harmonies of #AA9618
Complementary color
Monochromatic Colors of #AA9618
Black with #AA9618
Text Example
Text Example
White with #AA9618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9618; }
p { color: rgb(170,150,24); }
H1.HeaderClassName
{
color: #AA9618;
}
.AnyTagClassName
{
color: #AA9618;
}
</style>
background-color css
<style>
a { background-color: #AA9618; }
a { background-color: rgb(170,150,24); }
div.DivClassName
{
background-color: #AA9618;
}
.BgClassName
{
background-color: #AA9618;
}
</style>
border-color css
<style>
span { border-color: #AA9618; }
span { border-color: rgb(170,150,24); }
td.TdClassName
{
border-color: #AA9618;
}
.TagClassName
{
border-color: #AA9618;
}
</style>