Shades of Lucky #A19218
Tints of Lucky #A19218
RGB
CMYK
RGB Variations
Color information
#A19218 (or 0xA19218) is known color: Lucky. HEX triplet: A1, 92 and 18. RGB value is (161,146,24). Sum of RGB (Red+Green+Blue) = 161+146+24=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 24 (9.77% from 255 or 7.25% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A19218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19218 is #5E6DE7. Grayscale: #898989. Windows color (decimal): -6188520 or 1610401. OLE color: 1610401.
HSL color Cylindrical-coordinate representation of color #A19218: hue angle of 53.43º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A19218 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 146 | 24 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.37 |
| HSL | 53.43º | 0.74% | 0.36% | - |
| HSV(B) | 53.43º | 0.85% | 0.63% | - |
| XYZ | 25.14 | 28.2 | 4.98 | - |
| YUV | 136.58 | 64.47 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 24 | 0 | 0.09 | 0.85 | 0.37 | 53.43 | 0.74 | 0.36 |
| Hex | A1 | 92 | 18 | 0 | 9 | 55 | 25 | 35 | 4A | 24 |
| Octal | 241 | 222 | 30 | 0 | 11 | 125 | 45 | 65 | 112 | 44 |
| Binary | 10100001 | 10010010 | 11000 | 0 | 1001 | 1010101 | 100101 | 110101 | 1001010 | 100100 |
Color Harmonies of #A19218
Complementary color
Monochromatic Colors of #A19218
Black with #A19218
Text Example
Text Example
White with #A19218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19218; }
p { color: rgb(161,146,24); }
H1.HeaderClassName
{
color: #A19218;
}
.AnyTagClassName
{
color: #A19218;
}
</style>
background-color css
<style>
a { background-color: #A19218; }
a { background-color: rgb(161,146,24); }
div.DivClassName
{
background-color: #A19218;
}
.BgClassName
{
background-color: #A19218;
}
</style>
border-color css
<style>
span { border-color: #A19218; }
span { border-color: rgb(161,146,24); }
td.TdClassName
{
border-color: #A19218;
}
.TagClassName
{
border-color: #A19218;
}
</style>