Shades of Lucky #AA9801
Tints of Lucky #AA9801
RGB
CMYK
RGB Variations
Color information
#AA9801 (or 0xAA9801) is known color: Lucky. HEX triplet: AA, 98 and 01. RGB value is (170,152,1). Sum of RGB (Red+Green+Blue) = 170+152+1=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9801 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9801 is #5567FE. Grayscale: #8C8C8C. Windows color (decimal): -5597183 or 104618. OLE color: 104618.
HSL color Cylindrical-coordinate representation of color #AA9801: hue angle of 53.61º degrees, saturation: 0.99, 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 #AA9801 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 1 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.33 |
| HSL | 53.61º | 0.99% | 0.34% | - |
| HSV(B) | 53.61º | 0.99% | 0.67% | - |
| XYZ | 27.81 | 31 | 4.55 | - |
| YUV | 140.17 | 49.46 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 1 | 0 | 0.11 | 0.99 | 0.33 | 53.61 | 0.99 | 0.34 |
| Hex | AA | 98 | 1 | 0 | B | 63 | 21 | 36 | 63 | 22 |
| Octal | 252 | 230 | 1 | 0 | 13 | 143 | 41 | 66 | 143 | 42 |
| Binary | 10101010 | 10011000 | 1 | 0 | 1011 | 1100011 | 100001 | 110110 | 1100011 | 100010 |
Color Harmonies of #AA9801
Complementary color
Monochromatic Colors of #AA9801
Black with #AA9801
Text Example
Text Example
White with #AA9801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9801; }
p { color: rgb(170,152,1); }
H1.HeaderClassName
{
color: #AA9801;
}
.AnyTagClassName
{
color: #AA9801;
}
</style>
background-color css
<style>
a { background-color: #AA9801; }
a { background-color: rgb(170,152,1); }
div.DivClassName
{
background-color: #AA9801;
}
.BgClassName
{
background-color: #AA9801;
}
</style>
border-color css
<style>
span { border-color: #AA9801; }
span { border-color: rgb(170,152,1); }
td.TdClassName
{
border-color: #AA9801;
}
.TagClassName
{
border-color: #AA9801;
}
</style>