Shades of Lucky #A09D16
Tints of Lucky #A09D16
RGB
CMYK
RGB Variations
Color information
#A09D16 (or 0xA09D16) is known color: Lucky. HEX triplet: A0, 9D and 16. RGB value is (160,157,22). Sum of RGB (Red+Green+Blue) = 160+157+22=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 157 (61.72% from 255 or 46.31% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09D16 is #5F62E9. Grayscale: #8F8F8F. Windows color (decimal): -6251242 or 1482144. OLE color: 1482144.
HSL color Cylindrical-coordinate representation of color #A09D16: hue angle of 58.7º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A09D16 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 157 | 22 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.37 |
| HSL | 58.7º | 0.76% | 0.36% | - |
| HSV(B) | 58.7º | 0.86% | 0.63% | - |
| XYZ | 26.7 | 31.65 | 5.46 | - |
| YUV | 142.51 | 59.99 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 22 | 0 | 0.02 | 0.86 | 0.37 | 58.7 | 0.76 | 0.36 |
| Hex | A0 | 9D | 16 | 0 | 2 | 56 | 25 | 3B | 4C | 24 |
| Octal | 240 | 235 | 26 | 0 | 2 | 126 | 45 | 73 | 114 | 44 |
| Binary | 10100000 | 10011101 | 10110 | 0 | 10 | 1010110 | 100101 | 111011 | 1001100 | 100100 |
Color Harmonies of #A09D16
Complementary color
Monochromatic Colors of #A09D16
Black with #A09D16
Text Example
Text Example
White with #A09D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09D16; }
p { color: rgb(160,157,22); }
H1.HeaderClassName
{
color: #A09D16;
}
.AnyTagClassName
{
color: #A09D16;
}
</style>
background-color css
<style>
a { background-color: #A09D16; }
a { background-color: rgb(160,157,22); }
div.DivClassName
{
background-color: #A09D16;
}
.BgClassName
{
background-color: #A09D16;
}
</style>
border-color css
<style>
span { border-color: #A09D16; }
span { border-color: rgb(160,157,22); }
td.TdClassName
{
border-color: #A09D16;
}
.TagClassName
{
border-color: #A09D16;
}
</style>