Shades of Lucky #A09109
Tints of Lucky #A09109
RGB
CMYK
RGB Variations
Color information
#A09109 (or 0xA09109) is known color: Lucky. HEX triplet: A0, 91 and 09. RGB value is (160,145,9). Sum of RGB (Red+Green+Blue) = 160+145+9=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 9 (3.91% from 255 or 2.87% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A09109 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09109 is #5F6EF6. Grayscale: #868686. Windows color (decimal): -6254327 or 627104. OLE color: 627104.
HSL color Cylindrical-coordinate representation of color #A09109: hue angle of 54.04º degrees, saturation: 0.89, 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 #A09109 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 145 | 9 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.37 |
| HSL | 54.04º | 0.89% | 0.33% | - |
| HSV(B) | 54.04º | 0.94% | 0.63% | - |
| XYZ | 24.67 | 27.74 | 4.31 | - |
| YUV | 133.98 | 57.47 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 9 | 0 | 0.09 | 0.94 | 0.37 | 54.04 | 0.89 | 0.33 |
| Hex | A0 | 91 | 9 | 0 | 9 | 5E | 25 | 36 | 59 | 21 |
| Octal | 240 | 221 | 11 | 0 | 11 | 136 | 45 | 66 | 131 | 41 |
| Binary | 10100000 | 10010001 | 1001 | 0 | 1001 | 1011110 | 100101 | 110110 | 1011001 | 100001 |
Color Harmonies of #A09109
Complementary color
Monochromatic Colors of #A09109
Black with #A09109
Text Example
Text Example
White with #A09109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09109; }
p { color: rgb(160,145,9); }
H1.HeaderClassName
{
color: #A09109;
}
.AnyTagClassName
{
color: #A09109;
}
</style>
background-color css
<style>
a { background-color: #A09109; }
a { background-color: rgb(160,145,9); }
div.DivClassName
{
background-color: #A09109;
}
.BgClassName
{
background-color: #A09109;
}
</style>
border-color css
<style>
span { border-color: #A09109; }
span { border-color: rgb(160,145,9); }
td.TdClassName
{
border-color: #A09109;
}
.TagClassName
{
border-color: #A09109;
}
</style>