Shades of Lucky #A19409
Tints of Lucky #A19409
RGB
CMYK
RGB Variations
Color information
#A19409 (or 0xA19409) is known color: Lucky. HEX triplet: A1, 94 and 09. RGB value is (161,148,9). Sum of RGB (Red+Green+Blue) = 161+148+9=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 9 (3.91% from 255 or 2.83% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A19409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19409 is #5E6BF6. Grayscale: #888888. Windows color (decimal): -6188023 or 627873. OLE color: 627873.
HSL color Cylindrical-coordinate representation of color #A19409: hue angle of 54.87º 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 #A19409 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 148 | 9 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.37 |
| HSL | 54.87º | 0.89% | 0.33% | - |
| HSV(B) | 54.87º | 0.94% | 0.63% | - |
| XYZ | 25.34 | 28.78 | 4.48 | - |
| YUV | 136.04 | 56.31 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 9 | 0 | 0.08 | 0.94 | 0.37 | 54.87 | 0.89 | 0.33 |
| Hex | A1 | 94 | 9 | 0 | 8 | 5E | 25 | 37 | 59 | 21 |
| Octal | 241 | 224 | 11 | 0 | 10 | 136 | 45 | 67 | 131 | 41 |
| Binary | 10100001 | 10010100 | 1001 | 0 | 1000 | 1011110 | 100101 | 110111 | 1011001 | 100001 |
Color Harmonies of #A19409
Complementary color
Monochromatic Colors of #A19409
Black with #A19409
Text Example
Text Example
White with #A19409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19409; }
p { color: rgb(161,148,9); }
H1.HeaderClassName
{
color: #A19409;
}
.AnyTagClassName
{
color: #A19409;
}
</style>
background-color css
<style>
a { background-color: #A19409; }
a { background-color: rgb(161,148,9); }
div.DivClassName
{
background-color: #A19409;
}
.BgClassName
{
background-color: #A19409;
}
</style>
border-color css
<style>
span { border-color: #A19409; }
span { border-color: rgb(161,148,9); }
td.TdClassName
{
border-color: #A19409;
}
.TagClassName
{
border-color: #A19409;
}
</style>