Shades of Lucky #A0931E
Tints of Lucky #A0931E
RGB
CMYK
RGB Variations
Color information
#A0931E (or 0xA0931E) is known color: Lucky. HEX triplet: A0, 93 and 1E. RGB value is (160,147,30). Sum of RGB (Red+Green+Blue) = 160+147+30=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A0931E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0931E is #5F6CE1. Grayscale: #8A8A8A. Windows color (decimal): -6253794 or 2003872. OLE color: 2003872.
HSL color Cylindrical-coordinate representation of color #A0931E: hue angle of 54º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0931E is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 147 | 30 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.37 |
| HSL | 54º | 0.68% | 0.37% | - |
| HSV(B) | 54º | 0.81% | 0.63% | - |
| XYZ | 25.17 | 28.43 | 5.39 | - |
| YUV | 137.55 | 67.31 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 30 | 0 | 0.08 | 0.81 | 0.37 | 54 | 0.68 | 0.37 |
| Hex | A0 | 93 | 1E | 0 | 8 | 51 | 25 | 36 | 44 | 25 |
| Octal | 240 | 223 | 36 | 0 | 10 | 121 | 45 | 66 | 104 | 45 |
| Binary | 10100000 | 10010011 | 11110 | 0 | 1000 | 1010001 | 100101 | 110110 | 1000100 | 100101 |
Color Harmonies of #A0931E
Complementary color
Monochromatic Colors of #A0931E
Black with #A0931E
Text Example
Text Example
White with #A0931E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0931E; }
p { color: rgb(160,147,30); }
H1.HeaderClassName
{
color: #A0931E;
}
.AnyTagClassName
{
color: #A0931E;
}
</style>
background-color css
<style>
a { background-color: #A0931E; }
a { background-color: rgb(160,147,30); }
div.DivClassName
{
background-color: #A0931E;
}
.BgClassName
{
background-color: #A0931E;
}
</style>
border-color css
<style>
span { border-color: #A0931E; }
span { border-color: rgb(160,147,30); }
td.TdClassName
{
border-color: #A0931E;
}
.TagClassName
{
border-color: #A0931E;
}
</style>