Shades of Lucky #A39324
Tints of Lucky #A39324
RGB
CMYK
RGB Variations
Color information
#A39324 (or 0xA39324) is known color: Lucky. HEX triplet: A3, 93 and 24. RGB value is (163,147,36). Sum of RGB (Red+Green+Blue) = 163+147+36=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 36 (14.45% from 255 or 10.40% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A39324 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39324 is #5C6CDB. Grayscale: #8B8B8B. Windows color (decimal): -6057180 or 2397091. OLE color: 2397091.
HSL color Cylindrical-coordinate representation of color #A39324: hue angle of 52.44º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A39324 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 147 | 36 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.36 |
| HSL | 52.44º | 0.64% | 0.39% | - |
| HSV(B) | 52.44º | 0.78% | 0.64% | - |
| XYZ | 25.86 | 28.78 | 5.86 | - |
| YUV | 139.13 | 69.8 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 36 | 0 | 0.10 | 0.78 | 0.36 | 52.44 | 0.64 | 0.39 |
| Hex | A3 | 93 | 24 | 0 | A | 4E | 24 | 34 | 40 | 27 |
| Octal | 243 | 223 | 44 | 0 | 12 | 116 | 44 | 64 | 100 | 47 |
| Binary | 10100011 | 10010011 | 100100 | 0 | 1010 | 1001110 | 100100 | 110100 | 1000000 | 100111 |
Color Harmonies of #A39324
Complementary color
Monochromatic Colors of #A39324
Black with #A39324
Text Example
Text Example
White with #A39324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39324; }
p { color: rgb(163,147,36); }
H1.HeaderClassName
{
color: #A39324;
}
.AnyTagClassName
{
color: #A39324;
}
</style>
background-color css
<style>
a { background-color: #A39324; }
a { background-color: rgb(163,147,36); }
div.DivClassName
{
background-color: #A39324;
}
.BgClassName
{
background-color: #A39324;
}
</style>
border-color css
<style>
span { border-color: #A39324; }
span { border-color: rgb(163,147,36); }
td.TdClassName
{
border-color: #A39324;
}
.TagClassName
{
border-color: #A39324;
}
</style>