Shades of Lucky #AA9F01
Tints of Lucky #AA9F01
RGB
CMYK
RGB Variations
Color information
#AA9F01 (or 0xAA9F01) is known color: Lucky. HEX triplet: AA, 9F and 01. RGB value is (170,159,1). Sum of RGB (Red+Green+Blue) = 170+159+1=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 159 (62.5% from 255 or 48.18% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9F01 is #5560FE. Grayscale: #909090. Windows color (decimal): -5595391 or 106410. OLE color: 106410.
HSL color Cylindrical-coordinate representation of color #AA9F01: hue angle of 56.09º 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 #AA9F01 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 1 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.33 |
| HSL | 56.09º | 0.99% | 0.34% | - |
| HSV(B) | 56.09º | 0.99% | 0.67% | - |
| XYZ | 28.98 | 33.34 | 4.94 | - |
| YUV | 144.28 | 47.14 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 1 | 0 | 0.06 | 0.99 | 0.33 | 56.09 | 0.99 | 0.34 |
| Hex | AA | 9F | 1 | 0 | 6 | 63 | 21 | 38 | 63 | 22 |
| Octal | 252 | 237 | 1 | 0 | 6 | 143 | 41 | 70 | 143 | 42 |
| Binary | 10101010 | 10011111 | 1 | 0 | 110 | 1100011 | 100001 | 111000 | 1100011 | 100010 |
Color Harmonies of #AA9F01
Complementary color
Monochromatic Colors of #AA9F01
Black with #AA9F01
Text Example
Text Example
White with #AA9F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F01; }
p { color: rgb(170,159,1); }
H1.HeaderClassName
{
color: #AA9F01;
}
.AnyTagClassName
{
color: #AA9F01;
}
</style>
background-color css
<style>
a { background-color: #AA9F01; }
a { background-color: rgb(170,159,1); }
div.DivClassName
{
background-color: #AA9F01;
}
.BgClassName
{
background-color: #AA9F01;
}
</style>
border-color css
<style>
span { border-color: #AA9F01; }
span { border-color: rgb(170,159,1); }
td.TdClassName
{
border-color: #AA9F01;
}
.TagClassName
{
border-color: #AA9F01;
}
</style>