Shades of Lucky #A09422
Tints of Lucky #A09422
RGB
CMYK
RGB Variations
Color information
#A09422 (or 0xA09422) is known color: Lucky. HEX triplet: A0, 94 and 22. RGB value is (160,148,34). Sum of RGB (Red+Green+Blue) = 160+148+34=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A09422 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09422 is #5F6BDD. Grayscale: #8B8B8B. Windows color (decimal): -6253534 or 2266272. OLE color: 2266272.
HSL color Cylindrical-coordinate representation of color #A09422: hue angle of 54.29º 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 #A09422 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 148 | 34 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.37 |
| HSL | 54.29º | 0.65% | 0.38% | - |
| HSV(B) | 54.29º | 0.79% | 0.63% | - |
| XYZ | 25.38 | 28.77 | 5.73 | - |
| YUV | 138.59 | 68.98 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 148 | 34 | 0 | 0.07 | 0.79 | 0.37 | 54.29 | 0.65 | 0.38 |
| Hex | A0 | 94 | 22 | 0 | 7 | 4F | 25 | 36 | 41 | 26 |
| Octal | 240 | 224 | 42 | 0 | 7 | 117 | 45 | 66 | 101 | 46 |
| Binary | 10100000 | 10010100 | 100010 | 0 | 111 | 1001111 | 100101 | 110110 | 1000001 | 100110 |
Color Harmonies of #A09422
Complementary color
Monochromatic Colors of #A09422
Black with #A09422
Text Example
Text Example
White with #A09422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09422; }
p { color: rgb(160,148,34); }
H1.HeaderClassName
{
color: #A09422;
}
.AnyTagClassName
{
color: #A09422;
}
</style>
background-color css
<style>
a { background-color: #A09422; }
a { background-color: rgb(160,148,34); }
div.DivClassName
{
background-color: #A09422;
}
.BgClassName
{
background-color: #A09422;
}
</style>
border-color css
<style>
span { border-color: #A09422; }
span { border-color: rgb(160,148,34); }
td.TdClassName
{
border-color: #A09422;
}
.TagClassName
{
border-color: #A09422;
}
</style>