Shades of Lucky #A1942B
Tints of Lucky #A1942B
RGB
CMYK
RGB Variations
Color information
#A1942B (or 0xA1942B) is known color: Lucky. HEX triplet: A1, 94 and 2B. RGB value is (161,148,43). Sum of RGB (Red+Green+Blue) = 161+148+43=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A1942B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1942B is #5E6BD4. Grayscale: #8C8C8C. Windows color (decimal): -6187989 or 2856097. OLE color: 2856097.
HSL color Cylindrical-coordinate representation of color #A1942B: hue angle of 53.39º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1942B is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 148 | 43 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.37 |
| HSL | 53.39º | 0.58% | 0.4% | - |
| HSV(B) | 53.39º | 0.73% | 0.63% | - |
| XYZ | 25.72 | 28.93 | 6.51 | - |
| YUV | 139.92 | 73.31 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 43 | 0 | 0.08 | 0.73 | 0.37 | 53.39 | 0.58 | 0.4 |
| Hex | A1 | 94 | 2B | 0 | 8 | 49 | 25 | 35 | 3A | 28 |
| Octal | 241 | 224 | 53 | 0 | 10 | 111 | 45 | 65 | 72 | 50 |
| Binary | 10100001 | 10010100 | 101011 | 0 | 1000 | 1001001 | 100101 | 110101 | 111010 | 101000 |
Color Harmonies of #A1942B
Complementary color
Monochromatic Colors of #A1942B
Black with #A1942B
Text Example
Text Example
White with #A1942B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1942B; }
p { color: rgb(161,148,43); }
H1.HeaderClassName
{
color: #A1942B;
}
.AnyTagClassName
{
color: #A1942B;
}
</style>
background-color css
<style>
a { background-color: #A1942B; }
a { background-color: rgb(161,148,43); }
div.DivClassName
{
background-color: #A1942B;
}
.BgClassName
{
background-color: #A1942B;
}
</style>
border-color css
<style>
span { border-color: #A1942B; }
span { border-color: rgb(161,148,43); }
td.TdClassName
{
border-color: #A1942B;
}
.TagClassName
{
border-color: #A1942B;
}
</style>