Shades of Lucky #A09810
Tints of Lucky #A09810
RGB
CMYK
RGB Variations
Color information
#A09810 (or 0xA09810) is known color: Lucky. HEX triplet: A0, 98 and 10. RGB value is (160,152,16). Sum of RGB (Red+Green+Blue) = 160+152+16=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A09810 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09810 is #5F67EF. Grayscale: #8B8B8B. Windows color (decimal): -6252528 or 1087648. OLE color: 1087648.
HSL color Cylindrical-coordinate representation of color #A09810: hue angle of 56.67º 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 #A09810 is Cyan = 0, Magento = 0.05, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 152 | 16 | - |
| CMYK | 0 | 0.05 | 0.9 | 0.37 |
| HSL | 56.67º | 0.82% | 0.35% | - |
| HSV(B) | 56.67º | 0.9% | 0.63% | - |
| XYZ | 25.82 | 29.97 | 4.91 | - |
| YUV | 138.89 | 58.65 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 152 | 16 | 0 | 0.05 | 0.9 | 0.37 | 56.67 | 0.82 | 0.35 |
| Hex | A0 | 98 | 10 | 0 | 5 | 5A | 25 | 39 | 52 | 23 |
| Octal | 240 | 230 | 20 | 0 | 5 | 132 | 45 | 71 | 122 | 43 |
| Binary | 10100000 | 10011000 | 10000 | 0 | 101 | 1011010 | 100101 | 111001 | 1010010 | 100011 |
Color Harmonies of #A09810
Complementary color
Monochromatic Colors of #A09810
Black with #A09810
Text Example
Text Example
White with #A09810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09810; }
p { color: rgb(160,152,16); }
H1.HeaderClassName
{
color: #A09810;
}
.AnyTagClassName
{
color: #A09810;
}
</style>
background-color css
<style>
a { background-color: #A09810; }
a { background-color: rgb(160,152,16); }
div.DivClassName
{
background-color: #A09810;
}
.BgClassName
{
background-color: #A09810;
}
</style>
border-color css
<style>
span { border-color: #A09810; }
span { border-color: rgb(160,152,16); }
td.TdClassName
{
border-color: #A09810;
}
.TagClassName
{
border-color: #A09810;
}
</style>