Shades of Lucky #AA960E
Tints of Lucky #AA960E
RGB
CMYK
RGB Variations
Color information
#AA960E (or 0xAA960E) is known color: Lucky. HEX triplet: AA, 96 and 0E. RGB value is (170,150,14). Sum of RGB (Red+Green+Blue) = 170+150+14=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA960E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA960E is #5569F1. Grayscale: #8D8D8D. Windows color (decimal): -5597682 or 956074. OLE color: 956074.
HSL color Cylindrical-coordinate representation of color #AA960E: hue angle of 52.31º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA960E is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 14 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.33 |
| HSL | 52.31º | 0.85% | 0.36% | - |
| HSV(B) | 52.31º | 0.92% | 0.67% | - |
| XYZ | 27.56 | 30.39 | 4.83 | - |
| YUV | 140.48 | 56.63 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 14 | 0 | 0.12 | 0.92 | 0.33 | 52.31 | 0.85 | 0.36 |
| Hex | AA | 96 | E | 0 | C | 5C | 21 | 34 | 55 | 24 |
| Octal | 252 | 226 | 16 | 0 | 14 | 134 | 41 | 64 | 125 | 44 |
| Binary | 10101010 | 10010110 | 1110 | 0 | 1100 | 1011100 | 100001 | 110100 | 1010101 | 100100 |
Color Harmonies of #AA960E
Complementary color
Monochromatic Colors of #AA960E
Black with #AA960E
Text Example
Text Example
White with #AA960E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA960E; }
p { color: rgb(170,150,14); }
H1.HeaderClassName
{
color: #AA960E;
}
.AnyTagClassName
{
color: #AA960E;
}
</style>
background-color css
<style>
a { background-color: #AA960E; }
a { background-color: rgb(170,150,14); }
div.DivClassName
{
background-color: #AA960E;
}
.BgClassName
{
background-color: #AA960E;
}
</style>
border-color css
<style>
span { border-color: #AA960E; }
span { border-color: rgb(170,150,14); }
td.TdClassName
{
border-color: #AA960E;
}
.TagClassName
{
border-color: #AA960E;
}
</style>