Shades of Lucky #A19109
Tints of Lucky #A19109
RGB
CMYK
RGB Variations
Color information
#A19109 (or 0xA19109) is known color: Lucky. HEX triplet: A1, 91 and 09. RGB value is (161,145,9). Sum of RGB (Red+Green+Blue) = 161+145+9=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 9 (3.91% from 255 or 2.86% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A19109 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19109 is #5E6EF6. Grayscale: #868686. Windows color (decimal): -6188791 or 627105. OLE color: 627105.
HSL color Cylindrical-coordinate representation of color #A19109: hue angle of 53.68º 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 #A19109 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 145 | 9 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.37 |
| HSL | 53.68º | 0.89% | 0.33% | - |
| HSV(B) | 53.68º | 0.94% | 0.63% | - |
| XYZ | 24.87 | 27.85 | 4.32 | - |
| YUV | 134.28 | 57.3 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 9 | 0 | 0.10 | 0.94 | 0.37 | 53.68 | 0.89 | 0.33 |
| Hex | A1 | 91 | 9 | 0 | A | 5E | 25 | 36 | 59 | 21 |
| Octal | 241 | 221 | 11 | 0 | 12 | 136 | 45 | 66 | 131 | 41 |
| Binary | 10100001 | 10010001 | 1001 | 0 | 1010 | 1011110 | 100101 | 110110 | 1011001 | 100001 |
Color Harmonies of #A19109
Complementary color
Monochromatic Colors of #A19109
Black with #A19109
Text Example
Text Example
White with #A19109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19109; }
p { color: rgb(161,145,9); }
H1.HeaderClassName
{
color: #A19109;
}
.AnyTagClassName
{
color: #A19109;
}
</style>
background-color css
<style>
a { background-color: #A19109; }
a { background-color: rgb(161,145,9); }
div.DivClassName
{
background-color: #A19109;
}
.BgClassName
{
background-color: #A19109;
}
</style>
border-color css
<style>
span { border-color: #A19109; }
span { border-color: rgb(161,145,9); }
td.TdClassName
{
border-color: #A19109;
}
.TagClassName
{
border-color: #A19109;
}
</style>