Shades of Lucky #A09421
Tints of Lucky #A09421
RGB
CMYK
RGB Variations
Color information
#A09421 (or 0xA09421) is known color: Lucky. HEX triplet: A0, 94 and 21. RGB value is (160,148,33). Sum of RGB (Red+Green+Blue) = 160+148+33=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A09421 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09421 is #5F6BDE. Grayscale: #8A8A8A. Windows color (decimal): -6253535 or 2200736. OLE color: 2200736.
HSL color Cylindrical-coordinate representation of color #A09421: hue angle of 54.33º 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 #A09421 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 148 | 33 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.37 |
| HSL | 54.33º | 0.66% | 0.38% | - |
| HSV(B) | 54.33º | 0.79% | 0.63% | - |
| XYZ | 25.36 | 28.76 | 5.65 | - |
| YUV | 138.48 | 68.48 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 148 | 33 | 0 | 0.07 | 0.79 | 0.37 | 54.33 | 0.66 | 0.38 |
| Hex | A0 | 94 | 21 | 0 | 7 | 4F | 25 | 36 | 42 | 26 |
| Octal | 240 | 224 | 41 | 0 | 7 | 117 | 45 | 66 | 102 | 46 |
| Binary | 10100000 | 10010100 | 100001 | 0 | 111 | 1001111 | 100101 | 110110 | 1000010 | 100110 |
Color Harmonies of #A09421
Complementary color
Monochromatic Colors of #A09421
Black with #A09421
Text Example
Text Example
White with #A09421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09421; }
p { color: rgb(160,148,33); }
H1.HeaderClassName
{
color: #A09421;
}
.AnyTagClassName
{
color: #A09421;
}
</style>
background-color css
<style>
a { background-color: #A09421; }
a { background-color: rgb(160,148,33); }
div.DivClassName
{
background-color: #A09421;
}
.BgClassName
{
background-color: #A09421;
}
</style>
border-color css
<style>
span { border-color: #A09421; }
span { border-color: rgb(160,148,33); }
td.TdClassName
{
border-color: #A09421;
}
.TagClassName
{
border-color: #A09421;
}
</style>