Shades of Lucky #A1950F
Tints of Lucky #A1950F
RGB
CMYK
RGB Variations
Color information
#A1950F (or 0xA1950F) is known color: Lucky. HEX triplet: A1, 95 and 0F. RGB value is (161,149,15). Sum of RGB (Red+Green+Blue) = 161+149+15=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A1950F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1950F is #5E6AF0. Grayscale: #898989. Windows color (decimal): -6187761 or 1021345. OLE color: 1021345.
HSL color Cylindrical-coordinate representation of color #A1950F: hue angle of 55.07º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1950F is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 149 | 15 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.37 |
| HSL | 55.07º | 0.83% | 0.35% | - |
| HSV(B) | 55.07º | 0.91% | 0.63% | - |
| XYZ | 25.53 | 29.11 | 4.72 | - |
| YUV | 137.31 | 58.98 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 15 | 0 | 0.07 | 0.91 | 0.37 | 55.07 | 0.83 | 0.35 |
| Hex | A1 | 95 | F | 0 | 7 | 5B | 25 | 37 | 53 | 23 |
| Octal | 241 | 225 | 17 | 0 | 7 | 133 | 45 | 67 | 123 | 43 |
| Binary | 10100001 | 10010101 | 1111 | 0 | 111 | 1011011 | 100101 | 110111 | 1010011 | 100011 |
Color Harmonies of #A1950F
Complementary color
Monochromatic Colors of #A1950F
Black with #A1950F
Text Example
Text Example
White with #A1950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1950F; }
p { color: rgb(161,149,15); }
H1.HeaderClassName
{
color: #A1950F;
}
.AnyTagClassName
{
color: #A1950F;
}
</style>
background-color css
<style>
a { background-color: #A1950F; }
a { background-color: rgb(161,149,15); }
div.DivClassName
{
background-color: #A1950F;
}
.BgClassName
{
background-color: #A1950F;
}
</style>
border-color css
<style>
span { border-color: #A1950F; }
span { border-color: rgb(161,149,15); }
td.TdClassName
{
border-color: #A1950F;
}
.TagClassName
{
border-color: #A1950F;
}
</style>