Shades of Lucky #A09614
Tints of Lucky #A09614
RGB
CMYK
RGB Variations
Color information
#A09614 (or 0xA09614) is known color: Lucky. HEX triplet: A0, 96 and 14. RGB value is (160,150,20). Sum of RGB (Red+Green+Blue) = 160+150+20=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A09614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09614 is #5F69EB. Grayscale: #8A8A8A. Windows color (decimal): -6253036 or 1349280. OLE color: 1349280.
HSL color Cylindrical-coordinate representation of color #A09614: hue angle of 55.71º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A09614 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 150 | 20 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.37 |
| HSL | 55.71º | 0.78% | 0.35% | - |
| HSV(B) | 55.71º | 0.88% | 0.63% | - |
| XYZ | 25.53 | 29.34 | 4.98 | - |
| YUV | 138.17 | 61.31 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 20 | 0 | 0.06 | 0.88 | 0.37 | 55.71 | 0.78 | 0.35 |
| Hex | A0 | 96 | 14 | 0 | 6 | 58 | 25 | 38 | 4E | 23 |
| Octal | 240 | 226 | 24 | 0 | 6 | 130 | 45 | 70 | 116 | 43 |
| Binary | 10100000 | 10010110 | 10100 | 0 | 110 | 1011000 | 100101 | 111000 | 1001110 | 100011 |
Color Harmonies of #A09614
Complementary color
Monochromatic Colors of #A09614
Black with #A09614
Text Example
Text Example
White with #A09614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09614; }
p { color: rgb(160,150,20); }
H1.HeaderClassName
{
color: #A09614;
}
.AnyTagClassName
{
color: #A09614;
}
</style>
background-color css
<style>
a { background-color: #A09614; }
a { background-color: rgb(160,150,20); }
div.DivClassName
{
background-color: #A09614;
}
.BgClassName
{
background-color: #A09614;
}
</style>
border-color css
<style>
span { border-color: #A09614; }
span { border-color: rgb(160,150,20); }
td.TdClassName
{
border-color: #A09614;
}
.TagClassName
{
border-color: #A09614;
}
</style>