Shades of Lucky #A0921C
Tints of Lucky #A0921C
RGB
CMYK
RGB Variations
Color information
#A0921C (or 0xA0921C) is known color: Lucky. HEX triplet: A0, 92 and 1C. RGB value is (160,146,28). Sum of RGB (Red+Green+Blue) = 160+146+28=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A0921C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0921C is #5F6DE3. Grayscale: #898989. Windows color (decimal): -6254052 or 1872544. OLE color: 1872544.
HSL color Cylindrical-coordinate representation of color #A0921C: hue angle of 53.64º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0921C is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 146 | 28 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.37 |
| HSL | 53.64º | 0.7% | 0.37% | - |
| HSV(B) | 53.64º | 0.83% | 0.63% | - |
| XYZ | 24.99 | 28.12 | 5.21 | - |
| YUV | 136.73 | 66.64 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 28 | 0 | 0.09 | 0.82 | 0.37 | 53.64 | 0.7 | 0.37 |
| Hex | A0 | 92 | 1C | 0 | 9 | 52 | 25 | 36 | 46 | 25 |
| Octal | 240 | 222 | 34 | 0 | 11 | 122 | 45 | 66 | 106 | 45 |
| Binary | 10100000 | 10010010 | 11100 | 0 | 1001 | 1010010 | 100101 | 110110 | 1000110 | 100101 |
Color Harmonies of #A0921C
Complementary color
Monochromatic Colors of #A0921C
Black with #A0921C
Text Example
Text Example
White with #A0921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0921C; }
p { color: rgb(160,146,28); }
H1.HeaderClassName
{
color: #A0921C;
}
.AnyTagClassName
{
color: #A0921C;
}
</style>
background-color css
<style>
a { background-color: #A0921C; }
a { background-color: rgb(160,146,28); }
div.DivClassName
{
background-color: #A0921C;
}
.BgClassName
{
background-color: #A0921C;
}
</style>
border-color css
<style>
span { border-color: #A0921C; }
span { border-color: rgb(160,146,28); }
td.TdClassName
{
border-color: #A0921C;
}
.TagClassName
{
border-color: #A0921C;
}
</style>