Shades of Lucky #AA9D02
Tints of Lucky #AA9D02
RGB
CMYK
RGB Variations
Color information
#AA9D02 (or 0xAA9D02) is known color: Lucky. HEX triplet: AA, 9D and 02. RGB value is (170,157,2). Sum of RGB (Red+Green+Blue) = 170+157+2=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 157 (61.72% from 255 or 47.72% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9D02 is #5562FD. Grayscale: #8F8F8F. Windows color (decimal): -5595902 or 171434. OLE color: 171434.
HSL color Cylindrical-coordinate representation of color #AA9D02: hue angle of 55.36º 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 #AA9D02 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 157 | 2 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.33 |
| HSL | 55.36º | 0.98% | 0.34% | - |
| HSV(B) | 55.36º | 0.99% | 0.67% | - |
| XYZ | 28.65 | 32.66 | 4.85 | - |
| YUV | 143.22 | 48.31 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 2 | 0 | 0.08 | 0.99 | 0.33 | 55.36 | 0.98 | 0.34 |
| Hex | AA | 9D | 2 | 0 | 8 | 63 | 21 | 37 | 62 | 22 |
| Octal | 252 | 235 | 2 | 0 | 10 | 143 | 41 | 67 | 142 | 42 |
| Binary | 10101010 | 10011101 | 10 | 0 | 1000 | 1100011 | 100001 | 110111 | 1100010 | 100010 |
Color Harmonies of #AA9D02
Complementary color
Monochromatic Colors of #AA9D02
Black with #AA9D02
Text Example
Text Example
White with #AA9D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9D02; }
p { color: rgb(170,157,2); }
H1.HeaderClassName
{
color: #AA9D02;
}
.AnyTagClassName
{
color: #AA9D02;
}
</style>
background-color css
<style>
a { background-color: #AA9D02; }
a { background-color: rgb(170,157,2); }
div.DivClassName
{
background-color: #AA9D02;
}
.BgClassName
{
background-color: #AA9D02;
}
</style>
border-color css
<style>
span { border-color: #AA9D02; }
span { border-color: rgb(170,157,2); }
td.TdClassName
{
border-color: #AA9D02;
}
.TagClassName
{
border-color: #AA9D02;
}
</style>