Shades of Lucky #A99013
Tints of Lucky #A99013
RGB
CMYK
RGB Variations
Color information
#A99013 (or 0xA99013) is known color: Lucky. HEX triplet: A9, 90 and 13. RGB value is (169,144,19). Sum of RGB (Red+Green+Blue) = 169+144+19=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A99013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99013 is #566FEC. Grayscale: #898989. Windows color (decimal): -5664749 or 1282217. OLE color: 1282217.
HSL color Cylindrical-coordinate representation of color #A99013: hue angle of 50º 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 #A99013 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 144 | 19 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.34 |
| HSL | 50º | 0.8% | 0.37% | - |
| HSV(B) | 50º | 0.89% | 0.66% | - |
| XYZ | 26.45 | 28.43 | 4.71 | - |
| YUV | 137.23 | 61.28 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 19 | 0 | 0.15 | 0.89 | 0.34 | 50 | 0.8 | 0.37 |
| Hex | A9 | 90 | 13 | 0 | F | 59 | 22 | 32 | 50 | 25 |
| Octal | 251 | 220 | 23 | 0 | 17 | 131 | 42 | 62 | 120 | 45 |
| Binary | 10101001 | 10010000 | 10011 | 0 | 1111 | 1011001 | 100010 | 110010 | 1010000 | 100101 |
Color Harmonies of #A99013
Complementary color
Monochromatic Colors of #A99013
Black with #A99013
Text Example
Text Example
White with #A99013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99013; }
p { color: rgb(169,144,19); }
H1.HeaderClassName
{
color: #A99013;
}
.AnyTagClassName
{
color: #A99013;
}
</style>
background-color css
<style>
a { background-color: #A99013; }
a { background-color: rgb(169,144,19); }
div.DivClassName
{
background-color: #A99013;
}
.BgClassName
{
background-color: #A99013;
}
</style>
border-color css
<style>
span { border-color: #A99013; }
span { border-color: rgb(169,144,19); }
td.TdClassName
{
border-color: #A99013;
}
.TagClassName
{
border-color: #A99013;
}
</style>