Shades of Lucky #A09410
Tints of Lucky #A09410
RGB
CMYK
RGB Variations
Color information
#A09410 (or 0xA09410) is known color: Lucky. HEX triplet: A0, 94 and 10. RGB value is (160,148,16). Sum of RGB (Red+Green+Blue) = 160+148+16=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A09410 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09410 is #5F6BEF. Grayscale: #898989. Windows color (decimal): -6253552 or 1086624. OLE color: 1086624.
HSL color Cylindrical-coordinate representation of color #A09410: hue angle of 55º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A09410 is Cyan = 0, Magento = 0.07, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 148 | 16 | - |
| CMYK | 0 | 0.07 | 0.9 | 0.37 |
| HSL | 55º | 0.82% | 0.35% | - |
| HSV(B) | 55º | 0.9% | 0.63% | - |
| XYZ | 25.18 | 28.69 | 4.7 | - |
| YUV | 136.54 | 59.98 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 148 | 16 | 0 | 0.07 | 0.9 | 0.37 | 55 | 0.82 | 0.35 |
| Hex | A0 | 94 | 10 | 0 | 7 | 5A | 25 | 37 | 52 | 23 |
| Octal | 240 | 224 | 20 | 0 | 7 | 132 | 45 | 67 | 122 | 43 |
| Binary | 10100000 | 10010100 | 10000 | 0 | 111 | 1011010 | 100101 | 110111 | 1010010 | 100011 |
Color Harmonies of #A09410
Complementary color
Monochromatic Colors of #A09410
Black with #A09410
Text Example
Text Example
White with #A09410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09410; }
p { color: rgb(160,148,16); }
H1.HeaderClassName
{
color: #A09410;
}
.AnyTagClassName
{
color: #A09410;
}
</style>
background-color css
<style>
a { background-color: #A09410; }
a { background-color: rgb(160,148,16); }
div.DivClassName
{
background-color: #A09410;
}
.BgClassName
{
background-color: #A09410;
}
</style>
border-color css
<style>
span { border-color: #A09410; }
span { border-color: rgb(160,148,16); }
td.TdClassName
{
border-color: #A09410;
}
.TagClassName
{
border-color: #A09410;
}
</style>