Shades of Lucky #A1971F
Tints of Lucky #A1971F
RGB
CMYK
RGB Variations
Color information
#A1971F (or 0xA1971F) is known color: Lucky. HEX triplet: A1, 97 and 1F. RGB value is (161,151,31). Sum of RGB (Red+Green+Blue) = 161+151+31=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A1971F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1971F is #5E68E0. Grayscale: #8C8C8C. Windows color (decimal): -6187233 or 2070433. OLE color: 2070433.
HSL color Cylindrical-coordinate representation of color #A1971F: hue angle of 55.38º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1971F is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 151 | 31 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.37 |
| HSL | 55.38º | 0.68% | 0.38% | - |
| HSV(B) | 55.38º | 0.81% | 0.63% | - |
| XYZ | 26.01 | 29.81 | 5.68 | - |
| YUV | 140.31 | 66.31 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 151 | 31 | 0 | 0.06 | 0.81 | 0.37 | 55.38 | 0.68 | 0.38 |
| Hex | A1 | 97 | 1F | 0 | 6 | 51 | 25 | 37 | 44 | 26 |
| Octal | 241 | 227 | 37 | 0 | 6 | 121 | 45 | 67 | 104 | 46 |
| Binary | 10100001 | 10010111 | 11111 | 0 | 110 | 1010001 | 100101 | 110111 | 1000100 | 100110 |
Color Harmonies of #A1971F
Complementary color
Monochromatic Colors of #A1971F
Black with #A1971F
Text Example
Text Example
White with #A1971F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1971F; }
p { color: rgb(161,151,31); }
H1.HeaderClassName
{
color: #A1971F;
}
.AnyTagClassName
{
color: #A1971F;
}
</style>
background-color css
<style>
a { background-color: #A1971F; }
a { background-color: rgb(161,151,31); }
div.DivClassName
{
background-color: #A1971F;
}
.BgClassName
{
background-color: #A1971F;
}
</style>
border-color css
<style>
span { border-color: #A1971F; }
span { border-color: rgb(161,151,31); }
td.TdClassName
{
border-color: #A1971F;
}
.TagClassName
{
border-color: #A1971F;
}
</style>