Shades of Lucky #AA9D10
Tints of Lucky #AA9D10
RGB
CMYK
RGB Variations
Color information
#AA9D10 (or 0xAA9D10) is known color: Lucky. HEX triplet: AA, 9D and 10. RGB value is (170,157,16). Sum of RGB (Red+Green+Blue) = 170+157+16=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9D10 is #5562EF. Grayscale: #919191. Windows color (decimal): -5595888 or 1088938. OLE color: 1088938.
HSL color Cylindrical-coordinate representation of color #AA9D10: hue angle of 54.94º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA9D10 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 157 | 16 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.33 |
| HSL | 54.94º | 0.83% | 0.36% | - |
| HSV(B) | 54.94º | 0.91% | 0.67% | - |
| XYZ | 28.73 | 32.7 | 5.29 | - |
| YUV | 144.81 | 55.31 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 16 | 0 | 0.08 | 0.91 | 0.33 | 54.94 | 0.83 | 0.36 |
| Hex | AA | 9D | 10 | 0 | 8 | 5B | 21 | 37 | 53 | 24 |
| Octal | 252 | 235 | 20 | 0 | 10 | 133 | 41 | 67 | 123 | 44 |
| Binary | 10101010 | 10011101 | 10000 | 0 | 1000 | 1011011 | 100001 | 110111 | 1010011 | 100100 |
Color Harmonies of #AA9D10
Complementary color
Monochromatic Colors of #AA9D10
Black with #AA9D10
Text Example
Text Example
White with #AA9D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9D10; }
p { color: rgb(170,157,16); }
H1.HeaderClassName
{
color: #AA9D10;
}
.AnyTagClassName
{
color: #AA9D10;
}
</style>
background-color css
<style>
a { background-color: #AA9D10; }
a { background-color: rgb(170,157,16); }
div.DivClassName
{
background-color: #AA9D10;
}
.BgClassName
{
background-color: #AA9D10;
}
</style>
border-color css
<style>
span { border-color: #AA9D10; }
span { border-color: rgb(170,157,16); }
td.TdClassName
{
border-color: #AA9D10;
}
.TagClassName
{
border-color: #AA9D10;
}
</style>