Shades of Lucky #A09D19
Tints of Lucky #A09D19
RGB
CMYK
RGB Variations
Color information
#A09D19 (or 0xA09D19) is known color: Lucky. HEX triplet: A0, 9D and 19. RGB value is (160,157,25). Sum of RGB (Red+Green+Blue) = 160+157+25=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 157 (61.72% from 255 or 45.91% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09D19 is #5F62E6. Grayscale: #8F8F8F. Windows color (decimal): -6251239 or 1678752. OLE color: 1678752.
HSL color Cylindrical-coordinate representation of color #A09D19: hue angle of 58.67º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A09D19 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 157 | 25 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.37 |
| HSL | 58.67º | 0.73% | 0.36% | - |
| HSV(B) | 58.67º | 0.84% | 0.63% | - |
| XYZ | 26.73 | 31.66 | 5.62 | - |
| YUV | 142.85 | 61.49 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 25 | 0 | 0.02 | 0.84 | 0.37 | 58.67 | 0.73 | 0.36 |
| Hex | A0 | 9D | 19 | 0 | 2 | 54 | 25 | 3B | 49 | 24 |
| Octal | 240 | 235 | 31 | 0 | 2 | 124 | 45 | 73 | 111 | 44 |
| Binary | 10100000 | 10011101 | 11001 | 0 | 10 | 1010100 | 100101 | 111011 | 1001001 | 100100 |
Color Harmonies of #A09D19
Complementary color
Monochromatic Colors of #A09D19
Black with #A09D19
Text Example
Text Example
White with #A09D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09D19; }
p { color: rgb(160,157,25); }
H1.HeaderClassName
{
color: #A09D19;
}
.AnyTagClassName
{
color: #A09D19;
}
</style>
background-color css
<style>
a { background-color: #A09D19; }
a { background-color: rgb(160,157,25); }
div.DivClassName
{
background-color: #A09D19;
}
.BgClassName
{
background-color: #A09D19;
}
</style>
border-color css
<style>
span { border-color: #A09D19; }
span { border-color: rgb(160,157,25); }
td.TdClassName
{
border-color: #A09D19;
}
.TagClassName
{
border-color: #A09D19;
}
</style>