Shades of Lucky #A0931C
Tints of Lucky #A0931C
RGB
CMYK
RGB Variations
Color information
#A0931C (or 0xA0931C) is known color: Lucky. HEX triplet: A0, 93 and 1C. RGB value is (160,147,28). Sum of RGB (Red+Green+Blue) = 160+147+28=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A0931C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0931C is #5F6CE3. Grayscale: #898989. Windows color (decimal): -6253796 or 1872800. OLE color: 1872800.
HSL color Cylindrical-coordinate representation of color #A0931C: hue angle of 54.09º 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 #A0931C is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 147 | 28 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.37 |
| HSL | 54.09º | 0.7% | 0.37% | - |
| HSV(B) | 54.09º | 0.83% | 0.63% | - |
| XYZ | 25.14 | 28.42 | 5.26 | - |
| YUV | 137.32 | 66.31 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 28 | 0 | 0.08 | 0.82 | 0.37 | 54.09 | 0.7 | 0.37 |
| Hex | A0 | 93 | 1C | 0 | 8 | 52 | 25 | 36 | 46 | 25 |
| Octal | 240 | 223 | 34 | 0 | 10 | 122 | 45 | 66 | 106 | 45 |
| Binary | 10100000 | 10010011 | 11100 | 0 | 1000 | 1010010 | 100101 | 110110 | 1000110 | 100101 |
Color Harmonies of #A0931C
Complementary color
Monochromatic Colors of #A0931C
Black with #A0931C
Text Example
Text Example
White with #A0931C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0931C; }
p { color: rgb(160,147,28); }
H1.HeaderClassName
{
color: #A0931C;
}
.AnyTagClassName
{
color: #A0931C;
}
</style>
background-color css
<style>
a { background-color: #A0931C; }
a { background-color: rgb(160,147,28); }
div.DivClassName
{
background-color: #A0931C;
}
.BgClassName
{
background-color: #A0931C;
}
</style>
border-color css
<style>
span { border-color: #A0931C; }
span { border-color: rgb(160,147,28); }
td.TdClassName
{
border-color: #A0931C;
}
.TagClassName
{
border-color: #A0931C;
}
</style>