Shades of Lucky #A3931C
Tints of Lucky #A3931C
RGB
CMYK
RGB Variations
Color information
#A3931C (or 0xA3931C) is known color: Lucky. HEX triplet: A3, 93 and 1C. RGB value is (163,147,28). Sum of RGB (Red+Green+Blue) = 163+147+28=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A3931C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3931C is #5C6CE3. Grayscale: #8A8A8A. Windows color (decimal): -6057188 or 1872803. OLE color: 1872803.
HSL color Cylindrical-coordinate representation of color #A3931C: hue angle of 52.89º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A3931C is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 147 | 28 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.36 |
| HSL | 52.89º | 0.71% | 0.37% | - |
| HSV(B) | 52.89º | 0.83% | 0.64% | - |
| XYZ | 25.75 | 28.74 | 5.29 | - |
| YUV | 138.22 | 65.8 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 28 | 0 | 0.10 | 0.83 | 0.36 | 52.89 | 0.71 | 0.37 |
| Hex | A3 | 93 | 1C | 0 | A | 53 | 24 | 35 | 47 | 25 |
| Octal | 243 | 223 | 34 | 0 | 12 | 123 | 44 | 65 | 107 | 45 |
| Binary | 10100011 | 10010011 | 11100 | 0 | 1010 | 1010011 | 100100 | 110101 | 1000111 | 100101 |
Color Harmonies of #A3931C
Complementary color
Monochromatic Colors of #A3931C
Black with #A3931C
Text Example
Text Example
White with #A3931C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3931C; }
p { color: rgb(163,147,28); }
H1.HeaderClassName
{
color: #A3931C;
}
.AnyTagClassName
{
color: #A3931C;
}
</style>
background-color css
<style>
a { background-color: #A3931C; }
a { background-color: rgb(163,147,28); }
div.DivClassName
{
background-color: #A3931C;
}
.BgClassName
{
background-color: #A3931C;
}
</style>
border-color css
<style>
span { border-color: #A3931C; }
span { border-color: rgb(163,147,28); }
td.TdClassName
{
border-color: #A3931C;
}
.TagClassName
{
border-color: #A3931C;
}
</style>