Shades of Lucky #A39221
Tints of Lucky #A39221
RGB
CMYK
RGB Variations
Color information
#A39221 (or 0xA39221) is known color: Lucky. HEX triplet: A3, 92 and 21. RGB value is (163,146,33). Sum of RGB (Red+Green+Blue) = 163+146+33=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 163 - color contains mainly: red. Hex color #A39221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39221 is #5C6DDE. Grayscale: #8A8A8A. Windows color (decimal): -6057439 or 2200227. OLE color: 2200227.
HSL color Cylindrical-coordinate representation of color #A39221: hue angle of 52.15º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A39221 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 146 | 33 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.36 |
| HSL | 52.15º | 0.66% | 0.38% | - |
| HSV(B) | 52.15º | 0.8% | 0.64% | - |
| XYZ | 25.66 | 28.45 | 5.58 | - |
| YUV | 138.2 | 68.63 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 146 | 33 | 0 | 0.10 | 0.80 | 0.36 | 52.15 | 0.66 | 0.38 |
| Hex | A3 | 92 | 21 | 0 | A | 50 | 24 | 34 | 42 | 26 |
| Octal | 243 | 222 | 41 | 0 | 12 | 120 | 44 | 64 | 102 | 46 |
| Binary | 10100011 | 10010010 | 100001 | 0 | 1010 | 1010000 | 100100 | 110100 | 1000010 | 100110 |
Color Harmonies of #A39221
Complementary color
Monochromatic Colors of #A39221
Black with #A39221
Text Example
Text Example
White with #A39221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39221; }
p { color: rgb(163,146,33); }
H1.HeaderClassName
{
color: #A39221;
}
.AnyTagClassName
{
color: #A39221;
}
</style>
background-color css
<style>
a { background-color: #A39221; }
a { background-color: rgb(163,146,33); }
div.DivClassName
{
background-color: #A39221;
}
.BgClassName
{
background-color: #A39221;
}
</style>
border-color css
<style>
span { border-color: #A39221; }
span { border-color: rgb(163,146,33); }
td.TdClassName
{
border-color: #A39221;
}
.TagClassName
{
border-color: #A39221;
}
</style>