Shades of Lucky #A09015
Tints of Lucky #A09015
RGB
CMYK
RGB Variations
Color information
#A09015 (or 0xA09015) is known color: Lucky. HEX triplet: A0, 90 and 15. RGB value is (160,144,21). Sum of RGB (Red+Green+Blue) = 160+144+21=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 21 (8.59% from 255 or 6.46% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A09015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09015 is #5F6FEA. Grayscale: #878787. Windows color (decimal): -6254571 or 1413280. OLE color: 1413280.
HSL color Cylindrical-coordinate representation of color #A09015: hue angle of 53.09º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A09015 is Cyan = 0, Magento = 0.1, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 144 | 21 | - |
| CMYK | 0 | 0.1 | 0.87 | 0.37 |
| HSL | 53.09º | 0.77% | 0.35% | - |
| HSV(B) | 53.09º | 0.87% | 0.63% | - |
| XYZ | 24.61 | 27.47 | 4.72 | - |
| YUV | 134.76 | 63.8 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 21 | 0 | 0.1 | 0.87 | 0.37 | 53.09 | 0.77 | 0.35 |
| Hex | A0 | 90 | 15 | 0 | A | 57 | 25 | 35 | 4D | 23 |
| Octal | 240 | 220 | 25 | 0 | 12 | 127 | 45 | 65 | 115 | 43 |
| Binary | 10100000 | 10010000 | 10101 | 0 | 1010 | 1010111 | 100101 | 110101 | 1001101 | 100011 |
Color Harmonies of #A09015
Complementary color
Monochromatic Colors of #A09015
Black with #A09015
Text Example
Text Example
White with #A09015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09015; }
p { color: rgb(160,144,21); }
H1.HeaderClassName
{
color: #A09015;
}
.AnyTagClassName
{
color: #A09015;
}
</style>
background-color css
<style>
a { background-color: #A09015; }
a { background-color: rgb(160,144,21); }
div.DivClassName
{
background-color: #A09015;
}
.BgClassName
{
background-color: #A09015;
}
</style>
border-color css
<style>
span { border-color: #A09015; }
span { border-color: rgb(160,144,21); }
td.TdClassName
{
border-color: #A09015;
}
.TagClassName
{
border-color: #A09015;
}
</style>