Shades of Lucky #A99016
Tints of Lucky #A99016
RGB
CMYK
RGB Variations
Color information
#A99016 (or 0xA99016) is known color: Lucky. HEX triplet: A9, 90 and 16. RGB value is (169,144,22). Sum of RGB (Red+Green+Blue) = 169+144+22=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A99016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99016 is #566FE9. Grayscale: #8A8A8A. Windows color (decimal): -5664746 or 1478825. OLE color: 1478825.
HSL color Cylindrical-coordinate representation of color #A99016: hue angle of 49.8º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A99016 is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 144 | 22 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.34 |
| HSL | 49.8º | 0.77% | 0.37% | - |
| HSV(B) | 49.8º | 0.87% | 0.66% | - |
| XYZ | 26.48 | 28.44 | 4.85 | - |
| YUV | 137.57 | 62.78 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 22 | 0 | 0.15 | 0.87 | 0.34 | 49.8 | 0.77 | 0.37 |
| Hex | A9 | 90 | 16 | 0 | F | 57 | 22 | 32 | 4D | 25 |
| Octal | 251 | 220 | 26 | 0 | 17 | 127 | 42 | 62 | 115 | 45 |
| Binary | 10101001 | 10010000 | 10110 | 0 | 1111 | 1010111 | 100010 | 110010 | 1001101 | 100101 |
Color Harmonies of #A99016
Complementary color
Monochromatic Colors of #A99016
Black with #A99016
Text Example
Text Example
White with #A99016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99016; }
p { color: rgb(169,144,22); }
H1.HeaderClassName
{
color: #A99016;
}
.AnyTagClassName
{
color: #A99016;
}
</style>
background-color css
<style>
a { background-color: #A99016; }
a { background-color: rgb(169,144,22); }
div.DivClassName
{
background-color: #A99016;
}
.BgClassName
{
background-color: #A99016;
}
</style>
border-color css
<style>
span { border-color: #A99016; }
span { border-color: rgb(169,144,22); }
td.TdClassName
{
border-color: #A99016;
}
.TagClassName
{
border-color: #A99016;
}
</style>