Shades of Lucky #A09920
Tints of Lucky #A09920
RGB
CMYK
RGB Variations
Color information
#A09920 (or 0xA09920) is known color: Lucky. HEX triplet: A0, 99 and 20. RGB value is (160,153,32). Sum of RGB (Red+Green+Blue) = 160+153+32=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A09920 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09920 is #5F66DF. Grayscale: #8D8D8D. Windows color (decimal): -6252256 or 2136480. OLE color: 2136480.
HSL color Cylindrical-coordinate representation of color #A09920: hue angle of 56.72º 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 #A09920 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 153 | 32 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.37 |
| HSL | 56.72º | 0.67% | 0.38% | - |
| HSV(B) | 56.72º | 0.8% | 0.63% | - |
| XYZ | 26.15 | 30.36 | 5.85 | - |
| YUV | 141.3 | 66.32 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 32 | 0 | 0.04 | 0.80 | 0.37 | 56.72 | 0.67 | 0.38 |
| Hex | A0 | 99 | 20 | 0 | 4 | 50 | 25 | 39 | 43 | 26 |
| Octal | 240 | 231 | 40 | 0 | 4 | 120 | 45 | 71 | 103 | 46 |
| Binary | 10100000 | 10011001 | 100000 | 0 | 100 | 1010000 | 100101 | 111001 | 1000011 | 100110 |
Color Harmonies of #A09920
Complementary color
Monochromatic Colors of #A09920
Black with #A09920
Text Example
Text Example
White with #A09920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09920; }
p { color: rgb(160,153,32); }
H1.HeaderClassName
{
color: #A09920;
}
.AnyTagClassName
{
color: #A09920;
}
</style>
background-color css
<style>
a { background-color: #A09920; }
a { background-color: rgb(160,153,32); }
div.DivClassName
{
background-color: #A09920;
}
.BgClassName
{
background-color: #A09920;
}
</style>
border-color css
<style>
span { border-color: #A09920; }
span { border-color: rgb(160,153,32); }
td.TdClassName
{
border-color: #A09920;
}
.TagClassName
{
border-color: #A09920;
}
</style>