Shades of Lucky #A89F22
Tints of Lucky #A89F22
RGB
CMYK
RGB Variations
Color information
#A89F22 (or 0xA89F22) is known color: Lucky. HEX triplet: A8, 9F and 22. RGB value is (168,159,34). Sum of RGB (Red+Green+Blue) = 168+159+34=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 34 (13.67% from 255 or 9.42% from 361); Max value from RGB is 168 - color contains mainly: red. Hex color #A89F22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89F22 is #5760DD. Grayscale: #939393. Windows color (decimal): -5726430 or 2269096. OLE color: 2269096.
HSL color Cylindrical-coordinate representation of color #A89F22: hue angle of 55.97º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A89F22 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 159 | 34 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.34 |
| HSL | 55.97º | 0.66% | 0.4% | - |
| HSV(B) | 55.97º | 0.8% | 0.66% | - |
| XYZ | 28.84 | 33.24 | 6.41 | - |
| YUV | 147.44 | 63.98 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 34 | 0 | 0.05 | 0.80 | 0.34 | 55.97 | 0.66 | 0.4 |
| Hex | A8 | 9F | 22 | 0 | 5 | 50 | 22 | 38 | 42 | 28 |
| Octal | 250 | 237 | 42 | 0 | 5 | 120 | 42 | 70 | 102 | 50 |
| Binary | 10101000 | 10011111 | 100010 | 0 | 101 | 1010000 | 100010 | 111000 | 1000010 | 101000 |
Color Harmonies of #A89F22
Complementary color
Monochromatic Colors of #A89F22
Black with #A89F22
Text Example
Text Example
White with #A89F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89F22; }
p { color: rgb(168,159,34); }
H1.HeaderClassName
{
color: #A89F22;
}
.AnyTagClassName
{
color: #A89F22;
}
</style>
background-color css
<style>
a { background-color: #A89F22; }
a { background-color: rgb(168,159,34); }
div.DivClassName
{
background-color: #A89F22;
}
.BgClassName
{
background-color: #A89F22;
}
</style>
border-color css
<style>
span { border-color: #A89F22; }
span { border-color: rgb(168,159,34); }
td.TdClassName
{
border-color: #A89F22;
}
.TagClassName
{
border-color: #A89F22;
}
</style>