Shades of Lucky #AA9702
Tints of Lucky #AA9702
RGB
CMYK
RGB Variations
Color information
#AA9702 (or 0xAA9702) is known color: Lucky. HEX triplet: AA, 97 and 02. RGB value is (170,151,2). Sum of RGB (Red+Green+Blue) = 170+151+2=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 151 (59.38% from 255 or 46.75% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9702 is #5568FD. Grayscale: #8C8C8C. Windows color (decimal): -5597438 or 169898. OLE color: 169898.
HSL color Cylindrical-coordinate representation of color #AA9702: hue angle of 53.21º 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 #AA9702 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 2 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.33 |
| HSL | 53.21º | 0.98% | 0.34% | - |
| HSV(B) | 53.21º | 0.99% | 0.67% | - |
| XYZ | 27.66 | 30.68 | 4.52 | - |
| YUV | 139.7 | 50.29 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 2 | 0 | 0.11 | 0.99 | 0.33 | 53.21 | 0.98 | 0.34 |
| Hex | AA | 97 | 2 | 0 | B | 63 | 21 | 35 | 62 | 22 |
| Octal | 252 | 227 | 2 | 0 | 13 | 143 | 41 | 65 | 142 | 42 |
| Binary | 10101010 | 10010111 | 10 | 0 | 1011 | 1100011 | 100001 | 110101 | 1100010 | 100010 |
Color Harmonies of #AA9702
Complementary color
Monochromatic Colors of #AA9702
Black with #AA9702
Text Example
Text Example
White with #AA9702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9702; }
p { color: rgb(170,151,2); }
H1.HeaderClassName
{
color: #AA9702;
}
.AnyTagClassName
{
color: #AA9702;
}
</style>
background-color css
<style>
a { background-color: #AA9702; }
a { background-color: rgb(170,151,2); }
div.DivClassName
{
background-color: #AA9702;
}
.BgClassName
{
background-color: #AA9702;
}
</style>
border-color css
<style>
span { border-color: #AA9702; }
span { border-color: rgb(170,151,2); }
td.TdClassName
{
border-color: #AA9702;
}
.TagClassName
{
border-color: #AA9702;
}
</style>