Shades of Lucky #AA9602
Tints of Lucky #AA9602
RGB
CMYK
RGB Variations
Color information
#AA9602 (or 0xAA9602) is known color: Lucky. HEX triplet: AA, 96 and 02. RGB value is (170,150,2). Sum of RGB (Red+Green+Blue) = 170+150+2=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9602 is #5569FD. Grayscale: #8B8B8B. Windows color (decimal): -5597694 or 169642. OLE color: 169642.
HSL color Cylindrical-coordinate representation of color #AA9602: hue angle of 52.86º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA9602 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.33 |
| HSL | 52.86º | 0.98% | 0.34% | - |
| HSV(B) | 52.86º | 0.99% | 0.67% | - |
| XYZ | 27.49 | 30.36 | 4.47 | - |
| YUV | 139.11 | 50.63 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 2 | 0 | 0.12 | 0.99 | 0.33 | 52.86 | 0.98 | 0.34 |
| Hex | AA | 96 | 2 | 0 | C | 63 | 21 | 35 | 62 | 22 |
| Octal | 252 | 226 | 2 | 0 | 14 | 143 | 41 | 65 | 142 | 42 |
| Binary | 10101010 | 10010110 | 10 | 0 | 1100 | 1100011 | 100001 | 110101 | 1100010 | 100010 |
Color Harmonies of #AA9602
Complementary color
Monochromatic Colors of #AA9602
Black with #AA9602
Text Example
Text Example
White with #AA9602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9602; }
p { color: rgb(170,150,2); }
H1.HeaderClassName
{
color: #AA9602;
}
.AnyTagClassName
{
color: #AA9602;
}
</style>
background-color css
<style>
a { background-color: #AA9602; }
a { background-color: rgb(170,150,2); }
div.DivClassName
{
background-color: #AA9602;
}
.BgClassName
{
background-color: #AA9602;
}
</style>
border-color css
<style>
span { border-color: #AA9602; }
span { border-color: rgb(170,150,2); }
td.TdClassName
{
border-color: #AA9602;
}
.TagClassName
{
border-color: #AA9602;
}
</style>