Shades of Lucky #A39020
Tints of Lucky #A39020
RGB
CMYK
RGB Variations
Color information
#A39020 (or 0xA39020) is known color: Lucky. HEX triplet: A3, 90 and 20. RGB value is (163,144,32). Sum of RGB (Red+Green+Blue) = 163+144+32=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A39020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39020 is #5C6FDF. Grayscale: #898989. Windows color (decimal): -6057952 or 2134179. OLE color: 2134179.
HSL color Cylindrical-coordinate representation of color #A39020: hue angle of 51.3º degrees, saturation: 0.67, 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 #A39020 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 144 | 32 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.36 |
| HSL | 51.3º | 0.67% | 0.38% | - |
| HSV(B) | 51.3º | 0.8% | 0.64% | - |
| XYZ | 25.34 | 27.84 | 5.4 | - |
| YUV | 136.91 | 68.79 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 144 | 32 | 0 | 0.12 | 0.80 | 0.36 | 51.3 | 0.67 | 0.38 |
| Hex | A3 | 90 | 20 | 0 | C | 50 | 24 | 33 | 43 | 26 |
| Octal | 243 | 220 | 40 | 0 | 14 | 120 | 44 | 63 | 103 | 46 |
| Binary | 10100011 | 10010000 | 100000 | 0 | 1100 | 1010000 | 100100 | 110011 | 1000011 | 100110 |
Color Harmonies of #A39020
Complementary color
Monochromatic Colors of #A39020
Black with #A39020
Text Example
Text Example
White with #A39020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39020; }
p { color: rgb(163,144,32); }
H1.HeaderClassName
{
color: #A39020;
}
.AnyTagClassName
{
color: #A39020;
}
</style>
background-color css
<style>
a { background-color: #A39020; }
a { background-color: rgb(163,144,32); }
div.DivClassName
{
background-color: #A39020;
}
.BgClassName
{
background-color: #A39020;
}
</style>
border-color css
<style>
span { border-color: #A39020; }
span { border-color: rgb(163,144,32); }
td.TdClassName
{
border-color: #A39020;
}
.TagClassName
{
border-color: #A39020;
}
</style>