Shades of Lucky #AA9B02
Tints of Lucky #AA9B02
RGB
CMYK
RGB Variations
Color information
#AA9B02 (or 0xAA9B02) is known color: Lucky. HEX triplet: AA, 9B and 02. RGB value is (170,155,2). Sum of RGB (Red+Green+Blue) = 170+155+2=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9B02 is #5564FD. Grayscale: #8E8E8E. Windows color (decimal): -5596414 or 170922. OLE color: 170922.
HSL color Cylindrical-coordinate representation of color #AA9B02: hue angle of 54.64º 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 #AA9B02 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 155 | 2 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.33 |
| HSL | 54.64º | 0.98% | 0.34% | - |
| HSV(B) | 54.64º | 0.99% | 0.67% | - |
| XYZ | 28.31 | 31.99 | 4.74 | - |
| YUV | 142.04 | 48.97 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 155 | 2 | 0 | 0.09 | 0.99 | 0.33 | 54.64 | 0.98 | 0.34 |
| Hex | AA | 9B | 2 | 0 | 9 | 63 | 21 | 37 | 62 | 22 |
| Octal | 252 | 233 | 2 | 0 | 11 | 143 | 41 | 67 | 142 | 42 |
| Binary | 10101010 | 10011011 | 10 | 0 | 1001 | 1100011 | 100001 | 110111 | 1100010 | 100010 |
Color Harmonies of #AA9B02
Complementary color
Monochromatic Colors of #AA9B02
Black with #AA9B02
Text Example
Text Example
White with #AA9B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9B02; }
p { color: rgb(170,155,2); }
H1.HeaderClassName
{
color: #AA9B02;
}
.AnyTagClassName
{
color: #AA9B02;
}
</style>
background-color css
<style>
a { background-color: #AA9B02; }
a { background-color: rgb(170,155,2); }
div.DivClassName
{
background-color: #AA9B02;
}
.BgClassName
{
background-color: #AA9B02;
}
</style>
border-color css
<style>
span { border-color: #AA9B02; }
span { border-color: rgb(170,155,2); }
td.TdClassName
{
border-color: #AA9B02;
}
.TagClassName
{
border-color: #AA9B02;
}
</style>