Shades of Lucky #AA8C12
Tints of Lucky #AA8C12
RGB
CMYK
RGB Variations
Color information
#AA8C12 (or 0xAA8C12) is known color: Lucky. HEX triplet: AA, 8C and 12. RGB value is (170,140,18). Sum of RGB (Red+Green+Blue) = 170+140+18=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8C12 is #5573ED. Grayscale: #878787. Windows color (decimal): -5600238 or 1215658. OLE color: 1215658.
HSL color Cylindrical-coordinate representation of color #AA8C12: hue angle of 48.16º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA8C12 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 18 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.33 |
| HSL | 48.16º | 0.81% | 0.37% | - |
| HSV(B) | 48.16º | 0.89% | 0.67% | - |
| XYZ | 26.06 | 27.35 | 4.48 | - |
| YUV | 135.06 | 61.94 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 18 | 0 | 0.18 | 0.89 | 0.33 | 48.16 | 0.81 | 0.37 |
| Hex | AA | 8C | 12 | 0 | 12 | 59 | 21 | 30 | 51 | 25 |
| Octal | 252 | 214 | 22 | 0 | 22 | 131 | 41 | 60 | 121 | 45 |
| Binary | 10101010 | 10001100 | 10010 | 0 | 10010 | 1011001 | 100001 | 110000 | 1010001 | 100101 |
Color Harmonies of #AA8C12
Complementary color
Monochromatic Colors of #AA8C12
Black with #AA8C12
Text Example
Text Example
White with #AA8C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C12; }
p { color: rgb(170,140,18); }
H1.HeaderClassName
{
color: #AA8C12;
}
.AnyTagClassName
{
color: #AA8C12;
}
</style>
background-color css
<style>
a { background-color: #AA8C12; }
a { background-color: rgb(170,140,18); }
div.DivClassName
{
background-color: #AA8C12;
}
.BgClassName
{
background-color: #AA8C12;
}
</style>
border-color css
<style>
span { border-color: #AA8C12; }
span { border-color: rgb(170,140,18); }
td.TdClassName
{
border-color: #AA8C12;
}
.TagClassName
{
border-color: #AA8C12;
}
</style>