Shades of Lucky #A0900A
Tints of Lucky #A0900A
RGB
CMYK
RGB Variations
Color information
#A0900A (or 0xA0900A) is known color: Lucky. HEX triplet: A0, 90 and 0A. RGB value is (160,144,10). Sum of RGB (Red+Green+Blue) = 160+144+10=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A0900A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0900A is #5F6FF5. Grayscale: #868686. Windows color (decimal): -6254582 or 692384. OLE color: 692384.
HSL color Cylindrical-coordinate representation of color #A0900A: hue angle of 53.6º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0900A is Cyan = 0, Magento = 0.1, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 144 | 10 | - |
| CMYK | 0 | 0.1 | 0.94 | 0.37 |
| HSL | 53.6º | 0.88% | 0.33% | - |
| HSV(B) | 53.6º | 0.94% | 0.63% | - |
| XYZ | 24.53 | 27.44 | 4.29 | - |
| YUV | 133.51 | 58.3 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 10 | 0 | 0.1 | 0.94 | 0.37 | 53.6 | 0.88 | 0.33 |
| Hex | A0 | 90 | A | 0 | A | 5E | 25 | 36 | 58 | 21 |
| Octal | 240 | 220 | 12 | 0 | 12 | 136 | 45 | 66 | 130 | 41 |
| Binary | 10100000 | 10010000 | 1010 | 0 | 1010 | 1011110 | 100101 | 110110 | 1011000 | 100001 |
Color Harmonies of #A0900A
Complementary color
Monochromatic Colors of #A0900A
Black with #A0900A
Text Example
Text Example
White with #A0900A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0900A; }
p { color: rgb(160,144,10); }
H1.HeaderClassName
{
color: #A0900A;
}
.AnyTagClassName
{
color: #A0900A;
}
</style>
background-color css
<style>
a { background-color: #A0900A; }
a { background-color: rgb(160,144,10); }
div.DivClassName
{
background-color: #A0900A;
}
.BgClassName
{
background-color: #A0900A;
}
</style>
border-color css
<style>
span { border-color: #A0900A; }
span { border-color: rgb(160,144,10); }
td.TdClassName
{
border-color: #A0900A;
}
.TagClassName
{
border-color: #A0900A;
}
</style>