Shades of Lucky #A1921C
Tints of Lucky #A1921C
RGB
CMYK
RGB Variations
Color information
#A1921C (or 0xA1921C) is known color: Lucky. HEX triplet: A1, 92 and 1C. RGB value is (161,146,28). Sum of RGB (Red+Green+Blue) = 161+146+28=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A1921C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1921C is #5E6DE3. Grayscale: #898989. Windows color (decimal): -6188516 or 1872545. OLE color: 1872545.
HSL color Cylindrical-coordinate representation of color #A1921C: hue angle of 53.23º 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 #A1921C is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 146 | 28 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.37 |
| HSL | 53.23º | 0.7% | 0.37% | - |
| HSV(B) | 53.23º | 0.83% | 0.63% | - |
| XYZ | 25.19 | 28.22 | 5.22 | - |
| YUV | 137.03 | 66.47 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 28 | 0 | 0.09 | 0.83 | 0.37 | 53.23 | 0.7 | 0.37 |
| Hex | A1 | 92 | 1C | 0 | 9 | 53 | 25 | 35 | 46 | 25 |
| Octal | 241 | 222 | 34 | 0 | 11 | 123 | 45 | 65 | 106 | 45 |
| Binary | 10100001 | 10010010 | 11100 | 0 | 1001 | 1010011 | 100101 | 110101 | 1000110 | 100101 |
Color Harmonies of #A1921C
Complementary color
Monochromatic Colors of #A1921C
Black with #A1921C
Text Example
Text Example
White with #A1921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1921C; }
p { color: rgb(161,146,28); }
H1.HeaderClassName
{
color: #A1921C;
}
.AnyTagClassName
{
color: #A1921C;
}
</style>
background-color css
<style>
a { background-color: #A1921C; }
a { background-color: rgb(161,146,28); }
div.DivClassName
{
background-color: #A1921C;
}
.BgClassName
{
background-color: #A1921C;
}
</style>
border-color css
<style>
span { border-color: #A1921C; }
span { border-color: rgb(161,146,28); }
td.TdClassName
{
border-color: #A1921C;
}
.TagClassName
{
border-color: #A1921C;
}
</style>