Shades of Lucky #A89516
Tints of Lucky #A89516
RGB
CMYK
RGB Variations
Color information
#A89516 (or 0xA89516) is known color: Lucky. HEX triplet: A8, 95 and 16. RGB value is (168,149,22). Sum of RGB (Red+Green+Blue) = 168+149+22=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A89516 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89516 is #576AE9. Grayscale: #8C8C8C. Windows color (decimal): -5729002 or 1480104. OLE color: 1480104.
HSL color Cylindrical-coordinate representation of color #A89516: hue angle of 52.19º 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 #A89516 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 149 | 22 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.34 |
| HSL | 52.19º | 0.77% | 0.37% | - |
| HSV(B) | 52.19º | 0.87% | 0.66% | - |
| XYZ | 27.04 | 29.88 | 5.1 | - |
| YUV | 140.2 | 61.29 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 22 | 0 | 0.11 | 0.87 | 0.34 | 52.19 | 0.77 | 0.37 |
| Hex | A8 | 95 | 16 | 0 | B | 57 | 22 | 34 | 4D | 25 |
| Octal | 250 | 225 | 26 | 0 | 13 | 127 | 42 | 64 | 115 | 45 |
| Binary | 10101000 | 10010101 | 10110 | 0 | 1011 | 1010111 | 100010 | 110100 | 1001101 | 100101 |
Color Harmonies of #A89516
Complementary color
Monochromatic Colors of #A89516
Black with #A89516
Text Example
Text Example
White with #A89516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89516; }
p { color: rgb(168,149,22); }
H1.HeaderClassName
{
color: #A89516;
}
.AnyTagClassName
{
color: #A89516;
}
</style>
background-color css
<style>
a { background-color: #A89516; }
a { background-color: rgb(168,149,22); }
div.DivClassName
{
background-color: #A89516;
}
.BgClassName
{
background-color: #A89516;
}
</style>
border-color css
<style>
span { border-color: #A89516; }
span { border-color: rgb(168,149,22); }
td.TdClassName
{
border-color: #A89516;
}
.TagClassName
{
border-color: #A89516;
}
</style>