Shades of Lucky #A09A10
Tints of Lucky #A09A10
RGB
CMYK
RGB Variations
Color information
#A09A10 (or 0xA09A10) is known color: Lucky. HEX triplet: A0, 9A and 10. RGB value is (160,154,16). Sum of RGB (Red+Green+Blue) = 160+154+16=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 154 (60.55% from 255 or 46.67% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A09A10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09A10 is #5F65EF. Grayscale: #8C8C8C. Windows color (decimal): -6252016 or 1088160. OLE color: 1088160.
HSL color Cylindrical-coordinate representation of color #A09A10: hue angle of 57.5º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A09A10 is Cyan = 0, Magento = 0.04, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 154 | 16 | - |
| CMYK | 0 | 0.04 | 0.9 | 0.37 |
| HSL | 57.5º | 0.82% | 0.35% | - |
| HSV(B) | 57.5º | 0.9% | 0.63% | - |
| XYZ | 26.15 | 30.62 | 5.02 | - |
| YUV | 140.06 | 57.99 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 154 | 16 | 0 | 0.04 | 0.9 | 0.37 | 57.5 | 0.82 | 0.35 |
| Hex | A0 | 9A | 10 | 0 | 4 | 5A | 25 | 3A | 52 | 23 |
| Octal | 240 | 232 | 20 | 0 | 4 | 132 | 45 | 72 | 122 | 43 |
| Binary | 10100000 | 10011010 | 10000 | 0 | 100 | 1011010 | 100101 | 111010 | 1010010 | 100011 |
Color Harmonies of #A09A10
Complementary color
Monochromatic Colors of #A09A10
Black with #A09A10
Text Example
Text Example
White with #A09A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09A10; }
p { color: rgb(160,154,16); }
H1.HeaderClassName
{
color: #A09A10;
}
.AnyTagClassName
{
color: #A09A10;
}
</style>
background-color css
<style>
a { background-color: #A09A10; }
a { background-color: rgb(160,154,16); }
div.DivClassName
{
background-color: #A09A10;
}
.BgClassName
{
background-color: #A09A10;
}
</style>
border-color css
<style>
span { border-color: #A09A10; }
span { border-color: rgb(160,154,16); }
td.TdClassName
{
border-color: #A09A10;
}
.TagClassName
{
border-color: #A09A10;
}
</style>