Shades of Lucky #A99819
Tints of Lucky #A99819
RGB
CMYK
RGB Variations
Color information
#A99819 (or 0xA99819) is known color: Lucky. HEX triplet: A9, 98 and 19. RGB value is (169,152,25). Sum of RGB (Red+Green+Blue) = 169+152+25=346 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.84% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 169 - color contains mainly: red. Hex color #A99819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99819 is #5667E6. Grayscale: #8F8F8F. Windows color (decimal): -5662695 or 1677481. OLE color: 1677481.
HSL color Cylindrical-coordinate representation of color #A99819: hue angle of 52.92º 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 #A99819 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 152 | 25 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.34 |
| HSL | 52.92º | 0.74% | 0.38% | - |
| HSV(B) | 52.92º | 0.85% | 0.66% | - |
| XYZ | 27.77 | 30.96 | 5.43 | - |
| YUV | 142.61 | 61.63 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 25 | 0 | 0.10 | 0.85 | 0.34 | 52.92 | 0.74 | 0.38 |
| Hex | A9 | 98 | 19 | 0 | A | 55 | 22 | 35 | 4A | 26 |
| Octal | 251 | 230 | 31 | 0 | 12 | 125 | 42 | 65 | 112 | 46 |
| Binary | 10101001 | 10011000 | 11001 | 0 | 1010 | 1010101 | 100010 | 110101 | 1001010 | 100110 |
Color Harmonies of #A99819
Complementary color
Monochromatic Colors of #A99819
Black with #A99819
Text Example
Text Example
White with #A99819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99819; }
p { color: rgb(169,152,25); }
H1.HeaderClassName
{
color: #A99819;
}
.AnyTagClassName
{
color: #A99819;
}
</style>
background-color css
<style>
a { background-color: #A99819; }
a { background-color: rgb(169,152,25); }
div.DivClassName
{
background-color: #A99819;
}
.BgClassName
{
background-color: #A99819;
}
</style>
border-color css
<style>
span { border-color: #A99819; }
span { border-color: rgb(169,152,25); }
td.TdClassName
{
border-color: #A99819;
}
.TagClassName
{
border-color: #A99819;
}
</style>