Shades of Lucky #A89116
Tints of Lucky #A89116
RGB
CMYK
RGB Variations
Color information
#A89116 (or 0xA89116) is known color: Lucky. HEX triplet: A8, 91 and 16. RGB value is (168,145,22). Sum of RGB (Red+Green+Blue) = 168+145+22=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A89116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89116 is #576EE9. Grayscale: #8A8A8A. Windows color (decimal): -5730026 or 1479080. OLE color: 1479080.
HSL color Cylindrical-coordinate representation of color #A89116: hue angle of 50.55º 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 #A89116 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 145 | 22 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.34 |
| HSL | 50.55º | 0.77% | 0.37% | - |
| HSV(B) | 50.55º | 0.87% | 0.66% | - |
| XYZ | 26.42 | 28.63 | 4.89 | - |
| YUV | 137.86 | 62.62 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 22 | 0 | 0.14 | 0.87 | 0.34 | 50.55 | 0.77 | 0.37 |
| Hex | A8 | 91 | 16 | 0 | E | 57 | 22 | 33 | 4D | 25 |
| Octal | 250 | 221 | 26 | 0 | 16 | 127 | 42 | 63 | 115 | 45 |
| Binary | 10101000 | 10010001 | 10110 | 0 | 1110 | 1010111 | 100010 | 110011 | 1001101 | 100101 |
Color Harmonies of #A89116
Complementary color
Monochromatic Colors of #A89116
Black with #A89116
Text Example
Text Example
White with #A89116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89116; }
p { color: rgb(168,145,22); }
H1.HeaderClassName
{
color: #A89116;
}
.AnyTagClassName
{
color: #A89116;
}
</style>
background-color css
<style>
a { background-color: #A89116; }
a { background-color: rgb(168,145,22); }
div.DivClassName
{
background-color: #A89116;
}
.BgClassName
{
background-color: #A89116;
}
</style>
border-color css
<style>
span { border-color: #A89116; }
span { border-color: rgb(168,145,22); }
td.TdClassName
{
border-color: #A89116;
}
.TagClassName
{
border-color: #A89116;
}
</style>