Shades of Lucky #A09000
Tints of Lucky #A09000
RGB
CMYK
RGB Variations
Color information
#A09000 (or 0xA09000) is known color: Lucky. HEX triplet: A0, 90 and 00. RGB value is (160,144,0). Sum of RGB (Red+Green+Blue) = 160+144+0=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A09000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09000 is #5F6FFF. Grayscale: #848484. Windows color (decimal): -6254592 or 37024. OLE color: 37024.
HSL color Cylindrical-coordinate representation of color #A09000: hue angle of 54º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A09000 is Cyan = 0, Magento = 0.1, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 144 | 0 | - |
| CMYK | 0 | 0.1 | 1 | 0.37 |
| HSL | 54º | 1% | 0.31% | - |
| HSV(B) | 54º | 1% | 0.63% | - |
| XYZ | 24.47 | 27.42 | 4 | - |
| YUV | 132.37 | 53.3 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 0 | 0 | 0.1 | 1 | 0.37 | 54 | 1 | 0.31 |
| Hex | A0 | 90 | 0 | 0 | A | 64 | 25 | 36 | 64 | 1F |
| Octal | 240 | 220 | 0 | 0 | 12 | 144 | 45 | 66 | 144 | 37 |
| Binary | 10100000 | 10010000 | 0 | 0 | 1010 | 1100100 | 100101 | 110110 | 1100100 | 11111 |
Color Harmonies of #A09000
Complementary color
Monochromatic Colors of #A09000
Black with #A09000
Text Example
Text Example
White with #A09000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09000; }
p { color: rgb(160,144,0); }
H1.HeaderClassName
{
color: #A09000;
}
.AnyTagClassName
{
color: #A09000;
}
</style>
background-color css
<style>
a { background-color: #A09000; }
a { background-color: rgb(160,144,0); }
div.DivClassName
{
background-color: #A09000;
}
.BgClassName
{
background-color: #A09000;
}
</style>
border-color css
<style>
span { border-color: #A09000; }
span { border-color: rgb(160,144,0); }
td.TdClassName
{
border-color: #A09000;
}
.TagClassName
{
border-color: #A09000;
}
</style>