Shades of Lucky #A99313
Tints of Lucky #A99313
RGB
CMYK
RGB Variations
Color information
#A99313 (or 0xA99313) is known color: Lucky. HEX triplet: A9, 93 and 13. RGB value is (169,147,19). Sum of RGB (Red+Green+Blue) = 169+147+19=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A99313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99313 is #566CEC. Grayscale: #8B8B8B. Windows color (decimal): -5663981 or 1282985. OLE color: 1282985.
HSL color Cylindrical-coordinate representation of color #A99313: hue angle of 51.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 #A99313 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 147 | 19 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.34 |
| HSL | 51.2º | 0.8% | 0.37% | - |
| HSV(B) | 51.2º | 0.89% | 0.66% | - |
| XYZ | 26.91 | 29.35 | 4.86 | - |
| YUV | 138.99 | 60.29 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 147 | 19 | 0 | 0.13 | 0.89 | 0.34 | 51.2 | 0.8 | 0.37 |
| Hex | A9 | 93 | 13 | 0 | D | 59 | 22 | 33 | 50 | 25 |
| Octal | 251 | 223 | 23 | 0 | 15 | 131 | 42 | 63 | 120 | 45 |
| Binary | 10101001 | 10010011 | 10011 | 0 | 1101 | 1011001 | 100010 | 110011 | 1010000 | 100101 |
Color Harmonies of #A99313
Complementary color
Monochromatic Colors of #A99313
Black with #A99313
Text Example
Text Example
White with #A99313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99313; }
p { color: rgb(169,147,19); }
H1.HeaderClassName
{
color: #A99313;
}
.AnyTagClassName
{
color: #A99313;
}
</style>
background-color css
<style>
a { background-color: #A99313; }
a { background-color: rgb(169,147,19); }
div.DivClassName
{
background-color: #A99313;
}
.BgClassName
{
background-color: #A99313;
}
</style>
border-color css
<style>
span { border-color: #A99313; }
span { border-color: rgb(169,147,19); }
td.TdClassName
{
border-color: #A99313;
}
.TagClassName
{
border-color: #A99313;
}
</style>