Shades of Lucky #A99813
Tints of Lucky #A99813
RGB
CMYK
RGB Variations
Color information
#A99813 (or 0xA99813) is known color: Lucky. HEX triplet: A9, 98 and 13. RGB value is (169,152,19). Sum of RGB (Red+Green+Blue) = 169+152+19=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A99813 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99813 is #5667EC. Grayscale: #8E8E8E. Windows color (decimal): -5662701 or 1284265. OLE color: 1284265.
HSL color Cylindrical-coordinate representation of color #A99813: hue angle of 53.2º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A99813 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 152 | 19 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.34 |
| HSL | 53.2º | 0.8% | 0.37% | - |
| HSV(B) | 53.2º | 0.89% | 0.66% | - |
| XYZ | 27.71 | 30.94 | 5.13 | - |
| YUV | 141.92 | 58.63 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 19 | 0 | 0.10 | 0.89 | 0.34 | 53.2 | 0.8 | 0.37 |
| Hex | A9 | 98 | 13 | 0 | A | 59 | 22 | 35 | 50 | 25 |
| Octal | 251 | 230 | 23 | 0 | 12 | 131 | 42 | 65 | 120 | 45 |
| Binary | 10101001 | 10011000 | 10011 | 0 | 1010 | 1011001 | 100010 | 110101 | 1010000 | 100101 |
Color Harmonies of #A99813
Complementary color
Monochromatic Colors of #A99813
Black with #A99813
Text Example
Text Example
White with #A99813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99813; }
p { color: rgb(169,152,19); }
H1.HeaderClassName
{
color: #A99813;
}
.AnyTagClassName
{
color: #A99813;
}
</style>
background-color css
<style>
a { background-color: #A99813; }
a { background-color: rgb(169,152,19); }
div.DivClassName
{
background-color: #A99813;
}
.BgClassName
{
background-color: #A99813;
}
</style>
border-color css
<style>
span { border-color: #A99813; }
span { border-color: rgb(169,152,19); }
td.TdClassName
{
border-color: #A99813;
}
.TagClassName
{
border-color: #A99813;
}
</style>