Shades of Lucky #AA900C
Tints of Lucky #AA900C
RGB
CMYK
RGB Variations
Color information
#AA900C (or 0xAA900C) is known color: Lucky. HEX triplet: AA, 90 and 0C. RGB value is (170,144,12). Sum of RGB (Red+Green+Blue) = 170+144+12=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA900C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA900C is #556FF3. Grayscale: #898989. Windows color (decimal): -5599220 or 823466. OLE color: 823466.
HSL color Cylindrical-coordinate representation of color #AA900C: hue angle of 50.13º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA900C is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 12 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.33 |
| HSL | 50.13º | 0.87% | 0.36% | - |
| HSV(B) | 50.13º | 0.93% | 0.67% | - |
| XYZ | 26.62 | 28.52 | 4.45 | - |
| YUV | 136.73 | 57.61 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 12 | 0 | 0.15 | 0.93 | 0.33 | 50.13 | 0.87 | 0.36 |
| Hex | AA | 90 | C | 0 | F | 5D | 21 | 32 | 57 | 24 |
| Octal | 252 | 220 | 14 | 0 | 17 | 135 | 41 | 62 | 127 | 44 |
| Binary | 10101010 | 10010000 | 1100 | 0 | 1111 | 1011101 | 100001 | 110010 | 1010111 | 100100 |
Color Harmonies of #AA900C
Complementary color
Monochromatic Colors of #AA900C
Black with #AA900C
Text Example
Text Example
White with #AA900C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA900C; }
p { color: rgb(170,144,12); }
H1.HeaderClassName
{
color: #AA900C;
}
.AnyTagClassName
{
color: #AA900C;
}
</style>
background-color css
<style>
a { background-color: #AA900C; }
a { background-color: rgb(170,144,12); }
div.DivClassName
{
background-color: #AA900C;
}
.BgClassName
{
background-color: #AA900C;
}
</style>
border-color css
<style>
span { border-color: #AA900C; }
span { border-color: rgb(170,144,12); }
td.TdClassName
{
border-color: #AA900C;
}
.TagClassName
{
border-color: #AA900C;
}
</style>