Shades of Lucky #A89422
Tints of Lucky #A89422
RGB
CMYK
RGB Variations
Color information
#A89422 (or 0xA89422) is known color: Lucky. HEX triplet: A8, 94 and 22. RGB value is (168,148,34). Sum of RGB (Red+Green+Blue) = 168+148+34=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 34 (13.67% from 255 or 9.71% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A89422 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89422 is #576BDD. Grayscale: #8D8D8D. Windows color (decimal): -5729246 or 2266280. OLE color: 2266280.
HSL color Cylindrical-coordinate representation of color #A89422: hue angle of 51.04º 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 #A89422 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 148 | 34 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.34 |
| HSL | 51.04º | 0.66% | 0.4% | - |
| HSV(B) | 51.04º | 0.8% | 0.66% | - |
| XYZ | 27.03 | 29.62 | 5.81 | - |
| YUV | 140.98 | 67.63 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 34 | 0 | 0.12 | 0.80 | 0.34 | 51.04 | 0.66 | 0.4 |
| Hex | A8 | 94 | 22 | 0 | C | 50 | 22 | 33 | 42 | 28 |
| Octal | 250 | 224 | 42 | 0 | 14 | 120 | 42 | 63 | 102 | 50 |
| Binary | 10101000 | 10010100 | 100010 | 0 | 1100 | 1010000 | 100010 | 110011 | 1000010 | 101000 |
Color Harmonies of #A89422
Complementary color
Monochromatic Colors of #A89422
Black with #A89422
Text Example
Text Example
White with #A89422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89422; }
p { color: rgb(168,148,34); }
H1.HeaderClassName
{
color: #A89422;
}
.AnyTagClassName
{
color: #A89422;
}
</style>
background-color css
<style>
a { background-color: #A89422; }
a { background-color: rgb(168,148,34); }
div.DivClassName
{
background-color: #A89422;
}
.BgClassName
{
background-color: #A89422;
}
</style>
border-color css
<style>
span { border-color: #A89422; }
span { border-color: rgb(168,148,34); }
td.TdClassName
{
border-color: #A89422;
}
.TagClassName
{
border-color: #A89422;
}
</style>