Shades of Lucky #A89114
Tints of Lucky #A89114
RGB
CMYK
RGB Variations
Color information
#A89114 (or 0xA89114) is known color: Lucky. HEX triplet: A8, 91 and 14. RGB value is (168,145,20). Sum of RGB (Red+Green+Blue) = 168+145+20=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A89114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89114 is #576EEB. Grayscale: #8A8A8A. Windows color (decimal): -5730028 or 1348008. OLE color: 1348008.
HSL color Cylindrical-coordinate representation of color #A89114: hue angle of 50.68º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A89114 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 145 | 20 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.34 |
| HSL | 50.68º | 0.79% | 0.37% | - |
| HSV(B) | 50.68º | 0.88% | 0.66% | - |
| XYZ | 26.4 | 28.63 | 4.8 | - |
| YUV | 137.63 | 61.62 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 20 | 0 | 0.14 | 0.88 | 0.34 | 50.68 | 0.79 | 0.37 |
| Hex | A8 | 91 | 14 | 0 | E | 58 | 22 | 33 | 4F | 25 |
| Octal | 250 | 221 | 24 | 0 | 16 | 130 | 42 | 63 | 117 | 45 |
| Binary | 10101000 | 10010001 | 10100 | 0 | 1110 | 1011000 | 100010 | 110011 | 1001111 | 100101 |
Color Harmonies of #A89114
Complementary color
Monochromatic Colors of #A89114
Black with #A89114
Text Example
Text Example
White with #A89114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89114; }
p { color: rgb(168,145,20); }
H1.HeaderClassName
{
color: #A89114;
}
.AnyTagClassName
{
color: #A89114;
}
</style>
background-color css
<style>
a { background-color: #A89114; }
a { background-color: rgb(168,145,20); }
div.DivClassName
{
background-color: #A89114;
}
.BgClassName
{
background-color: #A89114;
}
</style>
border-color css
<style>
span { border-color: #A89114; }
span { border-color: rgb(168,145,20); }
td.TdClassName
{
border-color: #A89114;
}
.TagClassName
{
border-color: #A89114;
}
</style>