Shades of Lucky #A1921B
Tints of Lucky #A1921B
RGB
CMYK
RGB Variations
Color information
#A1921B (or 0xA1921B) is known color: Lucky. HEX triplet: A1, 92 and 1B. RGB value is (161,146,27). Sum of RGB (Red+Green+Blue) = 161+146+27=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A1921B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1921B is #5E6DE4. Grayscale: #898989. Windows color (decimal): -6188517 or 1807009. OLE color: 1807009.
HSL color Cylindrical-coordinate representation of color #A1921B: hue angle of 53.28º degrees, saturation: 0.71, 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 #A1921B is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 146 | 27 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.37 |
| HSL | 53.28º | 0.71% | 0.37% | - |
| HSV(B) | 53.28º | 0.83% | 0.63% | - |
| XYZ | 25.17 | 28.21 | 5.16 | - |
| YUV | 136.92 | 65.97 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 27 | 0 | 0.09 | 0.83 | 0.37 | 53.28 | 0.71 | 0.37 |
| Hex | A1 | 92 | 1B | 0 | 9 | 53 | 25 | 35 | 47 | 25 |
| Octal | 241 | 222 | 33 | 0 | 11 | 123 | 45 | 65 | 107 | 45 |
| Binary | 10100001 | 10010010 | 11011 | 0 | 1001 | 1010011 | 100101 | 110101 | 1000111 | 100101 |
Color Harmonies of #A1921B
Complementary color
Monochromatic Colors of #A1921B
Black with #A1921B
Text Example
Text Example
White with #A1921B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1921B; }
p { color: rgb(161,146,27); }
H1.HeaderClassName
{
color: #A1921B;
}
.AnyTagClassName
{
color: #A1921B;
}
</style>
background-color css
<style>
a { background-color: #A1921B; }
a { background-color: rgb(161,146,27); }
div.DivClassName
{
background-color: #A1921B;
}
.BgClassName
{
background-color: #A1921B;
}
</style>
border-color css
<style>
span { border-color: #A1921B; }
span { border-color: rgb(161,146,27); }
td.TdClassName
{
border-color: #A1921B;
}
.TagClassName
{
border-color: #A1921B;
}
</style>