Shades of Lucky #A09820
Tints of Lucky #A09820
RGB
CMYK
RGB Variations
Color information
#A09820 (or 0xA09820) is known color: Lucky. HEX triplet: A0, 98 and 20. RGB value is (160,152,32). Sum of RGB (Red+Green+Blue) = 160+152+32=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A09820 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09820 is #5F67DF. Grayscale: #8D8D8D. Windows color (decimal): -6252512 or 2136224. OLE color: 2136224.
HSL color Cylindrical-coordinate representation of color #A09820: hue angle of 56.25º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A09820 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 152 | 32 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.37 |
| HSL | 56.25º | 0.67% | 0.38% | - |
| HSV(B) | 56.25º | 0.8% | 0.63% | - |
| XYZ | 25.99 | 30.03 | 5.79 | - |
| YUV | 140.71 | 66.65 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 152 | 32 | 0 | 0.05 | 0.80 | 0.37 | 56.25 | 0.67 | 0.38 |
| Hex | A0 | 98 | 20 | 0 | 5 | 50 | 25 | 38 | 43 | 26 |
| Octal | 240 | 230 | 40 | 0 | 5 | 120 | 45 | 70 | 103 | 46 |
| Binary | 10100000 | 10011000 | 100000 | 0 | 101 | 1010000 | 100101 | 111000 | 1000011 | 100110 |
Color Harmonies of #A09820
Complementary color
Monochromatic Colors of #A09820
Black with #A09820
Text Example
Text Example
White with #A09820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09820; }
p { color: rgb(160,152,32); }
H1.HeaderClassName
{
color: #A09820;
}
.AnyTagClassName
{
color: #A09820;
}
</style>
background-color css
<style>
a { background-color: #A09820; }
a { background-color: rgb(160,152,32); }
div.DivClassName
{
background-color: #A09820;
}
.BgClassName
{
background-color: #A09820;
}
</style>
border-color css
<style>
span { border-color: #A09820; }
span { border-color: rgb(160,152,32); }
td.TdClassName
{
border-color: #A09820;
}
.TagClassName
{
border-color: #A09820;
}
</style>