Shades of Lucky #A19915
Tints of Lucky #A19915
RGB
CMYK
RGB Variations
Color information
#A19915 (or 0xA19915) is known color: Lucky. HEX triplet: A1, 99 and 15. RGB value is (161,153,21). Sum of RGB (Red+Green+Blue) = 161+153+21=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A19915 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19915 is #5E66EA. Grayscale: #8C8C8C. Windows color (decimal): -6186731 or 1415585. OLE color: 1415585.
HSL color Cylindrical-coordinate representation of color #A19915: hue angle of 56.57º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A19915 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 153 | 21 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.37 |
| HSL | 56.57º | 0.77% | 0.36% | - |
| HSV(B) | 56.57º | 0.87% | 0.63% | - |
| XYZ | 26.22 | 30.41 | 5.2 | - |
| YUV | 140.34 | 60.65 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 21 | 0 | 0.05 | 0.87 | 0.37 | 56.57 | 0.77 | 0.36 |
| Hex | A1 | 99 | 15 | 0 | 5 | 57 | 25 | 39 | 4D | 24 |
| Octal | 241 | 231 | 25 | 0 | 5 | 127 | 45 | 71 | 115 | 44 |
| Binary | 10100001 | 10011001 | 10101 | 0 | 101 | 1010111 | 100101 | 111001 | 1001101 | 100100 |
Color Harmonies of #A19915
Complementary color
Monochromatic Colors of #A19915
Black with #A19915
Text Example
Text Example
White with #A19915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19915; }
p { color: rgb(161,153,21); }
H1.HeaderClassName
{
color: #A19915;
}
.AnyTagClassName
{
color: #A19915;
}
</style>
background-color css
<style>
a { background-color: #A19915; }
a { background-color: rgb(161,153,21); }
div.DivClassName
{
background-color: #A19915;
}
.BgClassName
{
background-color: #A19915;
}
</style>
border-color css
<style>
span { border-color: #A19915; }
span { border-color: rgb(161,153,21); }
td.TdClassName
{
border-color: #A19915;
}
.TagClassName
{
border-color: #A19915;
}
</style>