Shades of Lucky #A0A10A
Tints of Lucky #A0A10A
RGB
CMYK
RGB Variations
Color information
#A0A10A (or 0xA0A10A) is known color: Lucky. HEX triplet: A0, A1 and 0A. RGB value is (160,161,10). Sum of RGB (Red+Green+Blue) = 160+161+10=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 161 (63.28% from 255 or 48.64% from 331); Blue value is 10 (4.30% from 255 or 3.02% from 331); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A10A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A10A is #5F5EF5. Grayscale: #909090. Windows color (decimal): -6250230 or 696736. OLE color: 696736.
HSL color Cylindrical-coordinate representation of color #A0A10A: hue angle of 60.4º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0A10A is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 161 | 10 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.37 |
| HSL | 60.4º | 0.88% | 0.34% | - |
| HSV(B) | 60.4º | 0.94% | 0.63% | - |
| XYZ | 27.3 | 32.99 | 5.22 | - |
| YUV | 143.49 | 52.67 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 161 | 10 | 0.01 | 0 | 0.94 | 0.37 | 60.4 | 0.88 | 0.34 |
| Hex | A0 | A1 | A | 1 | 0 | 5E | 25 | 3C | 58 | 22 |
| Octal | 240 | 241 | 12 | 1 | 0 | 136 | 45 | 74 | 130 | 42 |
| Binary | 10100000 | 10100001 | 1010 | 1 | 0 | 1011110 | 100101 | 111100 | 1011000 | 100010 |
Color Harmonies of #A0A10A
Complementary color
Monochromatic Colors of #A0A10A
Black with #A0A10A
Text Example
Text Example
White with #A0A10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A10A; }
p { color: rgb(160,161,10); }
H1.HeaderClassName
{
color: #A0A10A;
}
.AnyTagClassName
{
color: #A0A10A;
}
</style>
background-color css
<style>
a { background-color: #A0A10A; }
a { background-color: rgb(160,161,10); }
div.DivClassName
{
background-color: #A0A10A;
}
.BgClassName
{
background-color: #A0A10A;
}
</style>
border-color css
<style>
span { border-color: #A0A10A; }
span { border-color: rgb(160,161,10); }
td.TdClassName
{
border-color: #A0A10A;
}
.TagClassName
{
border-color: #A0A10A;
}
</style>