Shades of Lucky #A39D21
Tints of Lucky #A39D21
RGB
CMYK
RGB Variations
Color information
#A39D21 (or 0xA39D21) is known color: Lucky. HEX triplet: A3, 9D and 21. RGB value is (163,157,33). Sum of RGB (Red+Green+Blue) = 163+157+33=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 157 (61.72% from 255 or 44.48% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39D21 is #5C62DE. Grayscale: #919191. Windows color (decimal): -6054623 or 2203043. OLE color: 2203043.
HSL color Cylindrical-coordinate representation of color #A39D21: hue angle of 57.23º 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 #A39D21 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 157 | 33 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.36 |
| HSL | 57.23º | 0.66% | 0.38% | - |
| HSV(B) | 57.23º | 0.8% | 0.64% | - |
| XYZ | 27.44 | 32.01 | 6.17 | - |
| YUV | 144.66 | 64.99 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 157 | 33 | 0 | 0.04 | 0.80 | 0.36 | 57.23 | 0.66 | 0.38 |
| Hex | A3 | 9D | 21 | 0 | 4 | 50 | 24 | 39 | 42 | 26 |
| Octal | 243 | 235 | 41 | 0 | 4 | 120 | 44 | 71 | 102 | 46 |
| Binary | 10100011 | 10011101 | 100001 | 0 | 100 | 1010000 | 100100 | 111001 | 1000010 | 100110 |
Color Harmonies of #A39D21
Complementary color
Monochromatic Colors of #A39D21
Black with #A39D21
Text Example
Text Example
White with #A39D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39D21; }
p { color: rgb(163,157,33); }
H1.HeaderClassName
{
color: #A39D21;
}
.AnyTagClassName
{
color: #A39D21;
}
</style>
background-color css
<style>
a { background-color: #A39D21; }
a { background-color: rgb(163,157,33); }
div.DivClassName
{
background-color: #A39D21;
}
.BgClassName
{
background-color: #A39D21;
}
</style>
border-color css
<style>
span { border-color: #A39D21; }
span { border-color: rgb(163,157,33); }
td.TdClassName
{
border-color: #A39D21;
}
.TagClassName
{
border-color: #A39D21;
}
</style>