Shades of Lucky #A1951C
Tints of Lucky #A1951C
RGB
CMYK
RGB Variations
Color information
#A1951C (or 0xA1951C) is known color: Lucky. HEX triplet: A1, 95 and 1C. RGB value is (161,149,28). Sum of RGB (Red+Green+Blue) = 161+149+28=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A1951C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1951C is #5E6AE3. Grayscale: #8B8B8B. Windows color (decimal): -6187748 or 1873313. OLE color: 1873313.
HSL color Cylindrical-coordinate representation of color #A1951C: hue angle of 54.59º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A1951C is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 149 | 28 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.37 |
| HSL | 54.59º | 0.7% | 0.37% | - |
| HSV(B) | 54.59º | 0.83% | 0.63% | - |
| XYZ | 25.65 | 29.16 | 5.37 | - |
| YUV | 138.79 | 65.48 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 28 | 0 | 0.07 | 0.83 | 0.37 | 54.59 | 0.7 | 0.37 |
| Hex | A1 | 95 | 1C | 0 | 7 | 53 | 25 | 37 | 46 | 25 |
| Octal | 241 | 225 | 34 | 0 | 7 | 123 | 45 | 67 | 106 | 45 |
| Binary | 10100001 | 10010101 | 11100 | 0 | 111 | 1010011 | 100101 | 110111 | 1000110 | 100101 |
Color Harmonies of #A1951C
Complementary color
Monochromatic Colors of #A1951C
Black with #A1951C
Text Example
Text Example
White with #A1951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1951C; }
p { color: rgb(161,149,28); }
H1.HeaderClassName
{
color: #A1951C;
}
.AnyTagClassName
{
color: #A1951C;
}
</style>
background-color css
<style>
a { background-color: #A1951C; }
a { background-color: rgb(161,149,28); }
div.DivClassName
{
background-color: #A1951C;
}
.BgClassName
{
background-color: #A1951C;
}
</style>
border-color css
<style>
span { border-color: #A1951C; }
span { border-color: rgb(161,149,28); }
td.TdClassName
{
border-color: #A1951C;
}
.TagClassName
{
border-color: #A1951C;
}
</style>