Shades of Lucky #A39521
Tints of Lucky #A39521
RGB
CMYK
RGB Variations
Color information
#A39521 (or 0xA39521) is known color: Lucky. HEX triplet: A3, 95 and 21. RGB value is (163,149,33). Sum of RGB (Red+Green+Blue) = 163+149+33=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A39521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39521 is #5C6ADE. Grayscale: #8C8C8C. Windows color (decimal): -6056671 or 2200995. OLE color: 2200995.
HSL color Cylindrical-coordinate representation of color #A39521: hue angle of 53.54º 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 #A39521 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 149 | 33 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.36 |
| HSL | 53.54º | 0.66% | 0.38% | - |
| HSV(B) | 53.54º | 0.8% | 0.64% | - |
| XYZ | 26.13 | 29.39 | 5.73 | - |
| YUV | 139.96 | 67.64 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 149 | 33 | 0 | 0.09 | 0.80 | 0.36 | 53.54 | 0.66 | 0.38 |
| Hex | A3 | 95 | 21 | 0 | 9 | 50 | 24 | 36 | 42 | 26 |
| Octal | 243 | 225 | 41 | 0 | 11 | 120 | 44 | 66 | 102 | 46 |
| Binary | 10100011 | 10010101 | 100001 | 0 | 1001 | 1010000 | 100100 | 110110 | 1000010 | 100110 |
Color Harmonies of #A39521
Complementary color
Monochromatic Colors of #A39521
Black with #A39521
Text Example
Text Example
White with #A39521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39521; }
p { color: rgb(163,149,33); }
H1.HeaderClassName
{
color: #A39521;
}
.AnyTagClassName
{
color: #A39521;
}
</style>
background-color css
<style>
a { background-color: #A39521; }
a { background-color: rgb(163,149,33); }
div.DivClassName
{
background-color: #A39521;
}
.BgClassName
{
background-color: #A39521;
}
</style>
border-color css
<style>
span { border-color: #A39521; }
span { border-color: rgb(163,149,33); }
td.TdClassName
{
border-color: #A39521;
}
.TagClassName
{
border-color: #A39521;
}
</style>