Shades of Lucky #A39322
Tints of Lucky #A39322
RGB
CMYK
RGB Variations
Color information
#A39322 (or 0xA39322) is known color: Lucky. HEX triplet: A3, 93 and 22. RGB value is (163,147,34). Sum of RGB (Red+Green+Blue) = 163+147+34=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 34 (13.67% from 255 or 9.88% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A39322 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39322 is #5C6CDD. Grayscale: #8B8B8B. Windows color (decimal): -6057182 or 2266019. OLE color: 2266019.
HSL color Cylindrical-coordinate representation of color #A39322: hue angle of 52.56º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A39322 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 147 | 34 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.36 |
| HSL | 52.56º | 0.65% | 0.39% | - |
| HSV(B) | 52.56º | 0.79% | 0.64% | - |
| XYZ | 25.83 | 28.77 | 5.71 | - |
| YUV | 138.9 | 68.8 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 34 | 0 | 0.10 | 0.79 | 0.36 | 52.56 | 0.65 | 0.39 |
| Hex | A3 | 93 | 22 | 0 | A | 4F | 24 | 35 | 41 | 27 |
| Octal | 243 | 223 | 42 | 0 | 12 | 117 | 44 | 65 | 101 | 47 |
| Binary | 10100011 | 10010011 | 100010 | 0 | 1010 | 1001111 | 100100 | 110101 | 1000001 | 100111 |
Color Harmonies of #A39322
Complementary color
Monochromatic Colors of #A39322
Black with #A39322
Text Example
Text Example
White with #A39322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39322; }
p { color: rgb(163,147,34); }
H1.HeaderClassName
{
color: #A39322;
}
.AnyTagClassName
{
color: #A39322;
}
</style>
background-color css
<style>
a { background-color: #A39322; }
a { background-color: rgb(163,147,34); }
div.DivClassName
{
background-color: #A39322;
}
.BgClassName
{
background-color: #A39322;
}
</style>
border-color css
<style>
span { border-color: #A39322; }
span { border-color: rgb(163,147,34); }
td.TdClassName
{
border-color: #A39322;
}
.TagClassName
{
border-color: #A39322;
}
</style>