Shades of Lucky #A1961A
Tints of Lucky #A1961A
RGB
CMYK
RGB Variations
Color information
#A1961A (or 0xA1961A) is known color: Lucky. HEX triplet: A1, 96 and 1A. RGB value is (161,150,26). Sum of RGB (Red+Green+Blue) = 161+150+26=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 26 (10.55% from 255 or 7.72% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A1961A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1961A is #5E69E5. Grayscale: #8B8B8B. Windows color (decimal): -6187494 or 1742497. OLE color: 1742497.
HSL color Cylindrical-coordinate representation of color #A1961A: hue angle of 55.11º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1961A is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 150 | 26 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.37 |
| HSL | 55.11º | 0.72% | 0.37% | - |
| HSV(B) | 55.11º | 0.84% | 0.63% | - |
| XYZ | 25.79 | 29.46 | 5.31 | - |
| YUV | 139.15 | 64.14 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 26 | 0 | 0.07 | 0.84 | 0.37 | 55.11 | 0.72 | 0.37 |
| Hex | A1 | 96 | 1A | 0 | 7 | 54 | 25 | 37 | 48 | 25 |
| Octal | 241 | 226 | 32 | 0 | 7 | 124 | 45 | 67 | 110 | 45 |
| Binary | 10100001 | 10010110 | 11010 | 0 | 111 | 1010100 | 100101 | 110111 | 1001000 | 100101 |
Color Harmonies of #A1961A
Complementary color
Monochromatic Colors of #A1961A
Black with #A1961A
Text Example
Text Example
White with #A1961A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1961A; }
p { color: rgb(161,150,26); }
H1.HeaderClassName
{
color: #A1961A;
}
.AnyTagClassName
{
color: #A1961A;
}
</style>
background-color css
<style>
a { background-color: #A1961A; }
a { background-color: rgb(161,150,26); }
div.DivClassName
{
background-color: #A1961A;
}
.BgClassName
{
background-color: #A1961A;
}
</style>
border-color css
<style>
span { border-color: #A1961A; }
span { border-color: rgb(161,150,26); }
td.TdClassName
{
border-color: #A1961A;
}
.TagClassName
{
border-color: #A1961A;
}
</style>