Shades of Lucky #A09720
Tints of Lucky #A09720
RGB
CMYK
RGB Variations
Color information
#A09720 (or 0xA09720) is known color: Lucky. HEX triplet: A0, 97 and 20. RGB value is (160,151,32). Sum of RGB (Red+Green+Blue) = 160+151+32=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A09720 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09720 is #5F68DF. Grayscale: #8C8C8C. Windows color (decimal): -6252768 or 2135968. OLE color: 2135968.
HSL color Cylindrical-coordinate representation of color #A09720: hue angle of 55.78º 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 #A09720 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 151 | 32 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.37 |
| HSL | 55.78º | 0.67% | 0.38% | - |
| HSV(B) | 55.78º | 0.8% | 0.63% | - |
| XYZ | 25.82 | 29.71 | 5.74 | - |
| YUV | 140.13 | 66.98 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 151 | 32 | 0 | 0.06 | 0.80 | 0.37 | 55.78 | 0.67 | 0.38 |
| Hex | A0 | 97 | 20 | 0 | 6 | 50 | 25 | 38 | 43 | 26 |
| Octal | 240 | 227 | 40 | 0 | 6 | 120 | 45 | 70 | 103 | 46 |
| Binary | 10100000 | 10010111 | 100000 | 0 | 110 | 1010000 | 100101 | 111000 | 1000011 | 100110 |
Color Harmonies of #A09720
Complementary color
Monochromatic Colors of #A09720
Black with #A09720
Text Example
Text Example
White with #A09720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09720; }
p { color: rgb(160,151,32); }
H1.HeaderClassName
{
color: #A09720;
}
.AnyTagClassName
{
color: #A09720;
}
</style>
background-color css
<style>
a { background-color: #A09720; }
a { background-color: rgb(160,151,32); }
div.DivClassName
{
background-color: #A09720;
}
.BgClassName
{
background-color: #A09720;
}
</style>
border-color css
<style>
span { border-color: #A09720; }
span { border-color: rgb(160,151,32); }
td.TdClassName
{
border-color: #A09720;
}
.TagClassName
{
border-color: #A09720;
}
</style>