Shades of Lucky #AA960C
Tints of Lucky #AA960C
RGB
CMYK
RGB Variations
Color information
#AA960C (or 0xAA960C) is known color: Lucky. HEX triplet: AA, 96 and 0C. RGB value is (170,150,12). Sum of RGB (Red+Green+Blue) = 170+150+12=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA960C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA960C is #5569F3. Grayscale: #8C8C8C. Windows color (decimal): -5597684 or 825002. OLE color: 825002.
HSL color Cylindrical-coordinate representation of color #AA960C: hue angle of 52.41º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA960C is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 12 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.33 |
| HSL | 52.41º | 0.87% | 0.36% | - |
| HSV(B) | 52.41º | 0.93% | 0.67% | - |
| XYZ | 27.55 | 30.39 | 4.76 | - |
| YUV | 140.25 | 55.63 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 12 | 0 | 0.12 | 0.93 | 0.33 | 52.41 | 0.87 | 0.36 |
| Hex | AA | 96 | C | 0 | C | 5D | 21 | 34 | 57 | 24 |
| Octal | 252 | 226 | 14 | 0 | 14 | 135 | 41 | 64 | 127 | 44 |
| Binary | 10101010 | 10010110 | 1100 | 0 | 1100 | 1011101 | 100001 | 110100 | 1010111 | 100100 |
Color Harmonies of #AA960C
Complementary color
Monochromatic Colors of #AA960C
Black with #AA960C
Text Example
Text Example
White with #AA960C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA960C; }
p { color: rgb(170,150,12); }
H1.HeaderClassName
{
color: #AA960C;
}
.AnyTagClassName
{
color: #AA960C;
}
</style>
background-color css
<style>
a { background-color: #AA960C; }
a { background-color: rgb(170,150,12); }
div.DivClassName
{
background-color: #AA960C;
}
.BgClassName
{
background-color: #AA960C;
}
</style>
border-color css
<style>
span { border-color: #AA960C; }
span { border-color: rgb(170,150,12); }
td.TdClassName
{
border-color: #AA960C;
}
.TagClassName
{
border-color: #AA960C;
}
</style>