Shades of Lucky #A3911D
Tints of Lucky #A3911D
RGB
CMYK
RGB Variations
Color information
#A3911D (or 0xA3911D) is known color: Lucky. HEX triplet: A3, 91 and 1D. RGB value is (163,145,29). Sum of RGB (Red+Green+Blue) = 163+145+29=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A3911D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3911D is #5C6EE2. Grayscale: #898989. Windows color (decimal): -6057699 or 1937827. OLE color: 1937827.
HSL color Cylindrical-coordinate representation of color #A3911D: hue angle of 51.94º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A3911D is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 145 | 29 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.36 |
| HSL | 51.94º | 0.7% | 0.38% | - |
| HSV(B) | 51.94º | 0.82% | 0.64% | - |
| XYZ | 25.45 | 28.13 | 5.25 | - |
| YUV | 137.16 | 66.96 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 145 | 29 | 0 | 0.11 | 0.82 | 0.36 | 51.94 | 0.7 | 0.38 |
| Hex | A3 | 91 | 1D | 0 | B | 52 | 24 | 34 | 46 | 26 |
| Octal | 243 | 221 | 35 | 0 | 13 | 122 | 44 | 64 | 106 | 46 |
| Binary | 10100011 | 10010001 | 11101 | 0 | 1011 | 1010010 | 100100 | 110100 | 1000110 | 100110 |
Color Harmonies of #A3911D
Complementary color
Monochromatic Colors of #A3911D
Black with #A3911D
Text Example
Text Example
White with #A3911D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3911D; }
p { color: rgb(163,145,29); }
H1.HeaderClassName
{
color: #A3911D;
}
.AnyTagClassName
{
color: #A3911D;
}
</style>
background-color css
<style>
a { background-color: #A3911D; }
a { background-color: rgb(163,145,29); }
div.DivClassName
{
background-color: #A3911D;
}
.BgClassName
{
background-color: #A3911D;
}
</style>
border-color css
<style>
span { border-color: #A3911D; }
span { border-color: rgb(163,145,29); }
td.TdClassName
{
border-color: #A3911D;
}
.TagClassName
{
border-color: #A3911D;
}
</style>