Shades of Lucky #A1950D
Tints of Lucky #A1950D
RGB
CMYK
RGB Variations
Color information
#A1950D (or 0xA1950D) is known color: Lucky. HEX triplet: A1, 95 and 0D. RGB value is (161,149,13). Sum of RGB (Red+Green+Blue) = 161+149+13=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A1950D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1950D is #5E6AF2. Grayscale: #898989. Windows color (decimal): -6187763 or 890273. OLE color: 890273.
HSL color Cylindrical-coordinate representation of color #A1950D: hue angle of 55.14º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1950D is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 149 | 13 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.37 |
| HSL | 55.14º | 0.85% | 0.34% | - |
| HSV(B) | 55.14º | 0.92% | 0.63% | - |
| XYZ | 25.52 | 29.1 | 4.65 | - |
| YUV | 137.08 | 57.98 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 13 | 0 | 0.07 | 0.92 | 0.37 | 55.14 | 0.85 | 0.34 |
| Hex | A1 | 95 | D | 0 | 7 | 5C | 25 | 37 | 55 | 22 |
| Octal | 241 | 225 | 15 | 0 | 7 | 134 | 45 | 67 | 125 | 42 |
| Binary | 10100001 | 10010101 | 1101 | 0 | 111 | 1011100 | 100101 | 110111 | 1010101 | 100010 |
Color Harmonies of #A1950D
Complementary color
Monochromatic Colors of #A1950D
Black with #A1950D
Text Example
Text Example
White with #A1950D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1950D; }
p { color: rgb(161,149,13); }
H1.HeaderClassName
{
color: #A1950D;
}
.AnyTagClassName
{
color: #A1950D;
}
</style>
background-color css
<style>
a { background-color: #A1950D; }
a { background-color: rgb(161,149,13); }
div.DivClassName
{
background-color: #A1950D;
}
.BgClassName
{
background-color: #A1950D;
}
</style>
border-color css
<style>
span { border-color: #A1950D; }
span { border-color: rgb(161,149,13); }
td.TdClassName
{
border-color: #A1950D;
}
.TagClassName
{
border-color: #A1950D;
}
</style>