Shades of Lucky #A09821
Tints of Lucky #A09821
RGB
CMYK
RGB Variations
Color information
#A09821 (or 0xA09821) is known color: Lucky. HEX triplet: A0, 98 and 21. RGB value is (160,152,33). Sum of RGB (Red+Green+Blue) = 160+152+33=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A09821 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09821 is #5F67DE. Grayscale: #8D8D8D. Windows color (decimal): -6252511 or 2201760. OLE color: 2201760.
HSL color Cylindrical-coordinate representation of color #A09821: hue angle of 56.22º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A09821 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 152 | 33 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.37 |
| HSL | 56.22º | 0.66% | 0.38% | - |
| HSV(B) | 56.22º | 0.79% | 0.63% | - |
| XYZ | 26 | 30.04 | 5.87 | - |
| YUV | 140.83 | 67.15 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 152 | 33 | 0 | 0.05 | 0.79 | 0.37 | 56.22 | 0.66 | 0.38 |
| Hex | A0 | 98 | 21 | 0 | 5 | 4F | 25 | 38 | 42 | 26 |
| Octal | 240 | 230 | 41 | 0 | 5 | 117 | 45 | 70 | 102 | 46 |
| Binary | 10100000 | 10011000 | 100001 | 0 | 101 | 1001111 | 100101 | 111000 | 1000010 | 100110 |
Color Harmonies of #A09821
Complementary color
Monochromatic Colors of #A09821
Black with #A09821
Text Example
Text Example
White with #A09821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09821; }
p { color: rgb(160,152,33); }
H1.HeaderClassName
{
color: #A09821;
}
.AnyTagClassName
{
color: #A09821;
}
</style>
background-color css
<style>
a { background-color: #A09821; }
a { background-color: rgb(160,152,33); }
div.DivClassName
{
background-color: #A09821;
}
.BgClassName
{
background-color: #A09821;
}
</style>
border-color css
<style>
span { border-color: #A09821; }
span { border-color: rgb(160,152,33); }
td.TdClassName
{
border-color: #A09821;
}
.TagClassName
{
border-color: #A09821;
}
</style>