Shades of Lucky #AA9C01
Tints of Lucky #AA9C01
RGB
CMYK
RGB Variations
Color information
#AA9C01 (or 0xAA9C01) is known color: Lucky. HEX triplet: AA, 9C and 01. RGB value is (170,156,1). Sum of RGB (Red+Green+Blue) = 170+156+1=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 156 (61.33% from 255 or 47.71% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9C01 is #5563FE. Grayscale: #8F8F8F. Windows color (decimal): -5596159 or 105642. OLE color: 105642.
HSL color Cylindrical-coordinate representation of color #AA9C01: hue angle of 55.03º 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 #AA9C01 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 1 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.33 |
| HSL | 55.03º | 0.99% | 0.34% | - |
| HSV(B) | 55.03º | 0.99% | 0.67% | - |
| XYZ | 28.47 | 32.33 | 4.77 | - |
| YUV | 142.52 | 48.14 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 1 | 0 | 0.08 | 0.99 | 0.33 | 55.03 | 0.99 | 0.34 |
| Hex | AA | 9C | 1 | 0 | 8 | 63 | 21 | 37 | 63 | 22 |
| Octal | 252 | 234 | 1 | 0 | 10 | 143 | 41 | 67 | 143 | 42 |
| Binary | 10101010 | 10011100 | 1 | 0 | 1000 | 1100011 | 100001 | 110111 | 1100011 | 100010 |
Color Harmonies of #AA9C01
Complementary color
Monochromatic Colors of #AA9C01
Black with #AA9C01
Text Example
Text Example
White with #AA9C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C01; }
p { color: rgb(170,156,1); }
H1.HeaderClassName
{
color: #AA9C01;
}
.AnyTagClassName
{
color: #AA9C01;
}
</style>
background-color css
<style>
a { background-color: #AA9C01; }
a { background-color: rgb(170,156,1); }
div.DivClassName
{
background-color: #AA9C01;
}
.BgClassName
{
background-color: #AA9C01;
}
</style>
border-color css
<style>
span { border-color: #AA9C01; }
span { border-color: rgb(170,156,1); }
td.TdClassName
{
border-color: #AA9C01;
}
.TagClassName
{
border-color: #AA9C01;
}
</style>