Shades of Lucky #A99D19
Tints of Lucky #A99D19
RGB
CMYK
RGB Variations
Color information
#A99D19 (or 0xA99D19) is known color: Lucky. HEX triplet: A9, 9D and 19. RGB value is (169,157,25). Sum of RGB (Red+Green+Blue) = 169+157+25=351 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.15% from 351); Green value is 157 (61.72% from 255 or 44.73% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99D19 is #5662E6. Grayscale: #929292. Windows color (decimal): -5661415 or 1678761. OLE color: 1678761.
HSL color Cylindrical-coordinate representation of color #A99D19: hue angle of 55º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A99D19 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 25 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.34 |
| HSL | 55º | 0.74% | 0.38% | - |
| HSV(B) | 55º | 0.85% | 0.66% | - |
| XYZ | 28.59 | 32.62 | 5.71 | - |
| YUV | 145.54 | 59.98 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 25 | 0 | 0.07 | 0.85 | 0.34 | 55 | 0.74 | 0.38 |
| Hex | A9 | 9D | 19 | 0 | 7 | 55 | 22 | 37 | 4A | 26 |
| Octal | 251 | 235 | 31 | 0 | 7 | 125 | 42 | 67 | 112 | 46 |
| Binary | 10101001 | 10011101 | 11001 | 0 | 111 | 1010101 | 100010 | 110111 | 1001010 | 100110 |
Color Harmonies of #A99D19
Complementary color
Monochromatic Colors of #A99D19
Black with #A99D19
Text Example
Text Example
White with #A99D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D19; }
p { color: rgb(169,157,25); }
H1.HeaderClassName
{
color: #A99D19;
}
.AnyTagClassName
{
color: #A99D19;
}
</style>
background-color css
<style>
a { background-color: #A99D19; }
a { background-color: rgb(169,157,25); }
div.DivClassName
{
background-color: #A99D19;
}
.BgClassName
{
background-color: #A99D19;
}
</style>
border-color css
<style>
span { border-color: #A99D19; }
span { border-color: rgb(169,157,25); }
td.TdClassName
{
border-color: #A99D19;
}
.TagClassName
{
border-color: #A99D19;
}
</style>