Shades of Lucky #A09222
Tints of Lucky #A09222
RGB
CMYK
RGB Variations
Color information
#A09222 (or 0xA09222) is known color: Lucky. HEX triplet: A0, 92 and 22. RGB value is (160,146,34). Sum of RGB (Red+Green+Blue) = 160+146+34=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A09222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09222 is #5F6DDD. Grayscale: #898989. Windows color (decimal): -6254046 or 2265760. OLE color: 2265760.
HSL color Cylindrical-coordinate representation of color #A09222: hue angle of 53.33º degrees, saturation: 0.65, 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 #A09222 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 146 | 34 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.37 |
| HSL | 53.33º | 0.65% | 0.38% | - |
| HSV(B) | 53.33º | 0.79% | 0.63% | - |
| XYZ | 25.06 | 28.15 | 5.63 | - |
| YUV | 137.42 | 69.64 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 34 | 0 | 0.09 | 0.79 | 0.37 | 53.33 | 0.65 | 0.38 |
| Hex | A0 | 92 | 22 | 0 | 9 | 4F | 25 | 35 | 41 | 26 |
| Octal | 240 | 222 | 42 | 0 | 11 | 117 | 45 | 65 | 101 | 46 |
| Binary | 10100000 | 10010010 | 100010 | 0 | 1001 | 1001111 | 100101 | 110101 | 1000001 | 100110 |
Color Harmonies of #A09222
Complementary color
Monochromatic Colors of #A09222
Black with #A09222
Text Example
Text Example
White with #A09222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09222; }
p { color: rgb(160,146,34); }
H1.HeaderClassName
{
color: #A09222;
}
.AnyTagClassName
{
color: #A09222;
}
</style>
background-color css
<style>
a { background-color: #A09222; }
a { background-color: rgb(160,146,34); }
div.DivClassName
{
background-color: #A09222;
}
.BgClassName
{
background-color: #A09222;
}
</style>
border-color css
<style>
span { border-color: #A09222; }
span { border-color: rgb(160,146,34); }
td.TdClassName
{
border-color: #A09222;
}
.TagClassName
{
border-color: #A09222;
}
</style>