Shades of Lucky #AA8C18
Tints of Lucky #AA8C18
RGB
CMYK
RGB Variations
Color information
#AA8C18 (or 0xAA8C18) is known color: Lucky. HEX triplet: AA, 8C and 18. RGB value is (170,140,24). Sum of RGB (Red+Green+Blue) = 170+140+24=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 140 (55.08% from 255 or 41.92% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8C18 is #5573E7. Grayscale: #888888. Windows color (decimal): -5600232 or 1608874. OLE color: 1608874.
HSL color Cylindrical-coordinate representation of color #AA8C18: hue angle of 47.67º 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 #AA8C18 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 24 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.33 |
| HSL | 47.67º | 0.75% | 0.38% | - |
| HSV(B) | 47.67º | 0.86% | 0.67% | - |
| XYZ | 26.12 | 27.37 | 4.77 | - |
| YUV | 135.75 | 64.94 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 24 | 0 | 0.18 | 0.86 | 0.33 | 47.67 | 0.75 | 0.38 |
| Hex | AA | 8C | 18 | 0 | 12 | 56 | 21 | 30 | 4B | 26 |
| Octal | 252 | 214 | 30 | 0 | 22 | 126 | 41 | 60 | 113 | 46 |
| Binary | 10101010 | 10001100 | 11000 | 0 | 10010 | 1010110 | 100001 | 110000 | 1001011 | 100110 |
Color Harmonies of #AA8C18
Complementary color
Monochromatic Colors of #AA8C18
Black with #AA8C18
Text Example
Text Example
White with #AA8C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C18; }
p { color: rgb(170,140,24); }
H1.HeaderClassName
{
color: #AA8C18;
}
.AnyTagClassName
{
color: #AA8C18;
}
</style>
background-color css
<style>
a { background-color: #AA8C18; }
a { background-color: rgb(170,140,24); }
div.DivClassName
{
background-color: #AA8C18;
}
.BgClassName
{
background-color: #AA8C18;
}
</style>
border-color css
<style>
span { border-color: #AA8C18; }
span { border-color: rgb(170,140,24); }
td.TdClassName
{
border-color: #AA8C18;
}
.TagClassName
{
border-color: #AA8C18;
}
</style>