Shades of Lucky #A09406
Tints of Lucky #A09406
RGB
CMYK
RGB Variations
Color information
#A09406 (or 0xA09406) is known color: Lucky. HEX triplet: A0, 94 and 06. RGB value is (160,148,6). Sum of RGB (Red+Green+Blue) = 160+148+6=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 6 (2.73% from 255 or 1.91% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A09406 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09406 is #5F6BF9. Grayscale: #878787. Windows color (decimal): -6253562 or 431264. OLE color: 431264.
HSL color Cylindrical-coordinate representation of color #A09406: hue angle of 55.32º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A09406 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 148 | 6 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.37 |
| HSL | 55.32º | 0.93% | 0.33% | - |
| HSV(B) | 55.32º | 0.96% | 0.63% | - |
| XYZ | 25.12 | 28.67 | 4.38 | - |
| YUV | 135.4 | 54.98 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 148 | 6 | 0 | 0.07 | 0.96 | 0.37 | 55.32 | 0.93 | 0.33 |
| Hex | A0 | 94 | 6 | 0 | 7 | 60 | 25 | 37 | 5D | 21 |
| Octal | 240 | 224 | 6 | 0 | 7 | 140 | 45 | 67 | 135 | 41 |
| Binary | 10100000 | 10010100 | 110 | 0 | 111 | 1100000 | 100101 | 110111 | 1011101 | 100001 |
Color Harmonies of #A09406
Complementary color
Monochromatic Colors of #A09406
Black with #A09406
Text Example
Text Example
White with #A09406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09406; }
p { color: rgb(160,148,6); }
H1.HeaderClassName
{
color: #A09406;
}
.AnyTagClassName
{
color: #A09406;
}
</style>
background-color css
<style>
a { background-color: #A09406; }
a { background-color: rgb(160,148,6); }
div.DivClassName
{
background-color: #A09406;
}
.BgClassName
{
background-color: #A09406;
}
</style>
border-color css
<style>
span { border-color: #A09406; }
span { border-color: rgb(160,148,6); }
td.TdClassName
{
border-color: #A09406;
}
.TagClassName
{
border-color: #A09406;
}
</style>