Shades of Lucky #A8A022
Tints of Lucky #A8A022
RGB
CMYK
RGB Variations
Color information
#A8A022 (or 0xA8A022) is known color: Lucky. HEX triplet: A8, A0 and 22. RGB value is (168,160,34). Sum of RGB (Red+Green+Blue) = 168+160+34=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 34 (13.67% from 255 or 9.39% from 362); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A022 is #575FDD. Grayscale: #949494. Windows color (decimal): -5726174 or 2269352. OLE color: 2269352.
HSL color Cylindrical-coordinate representation of color #A8A022: hue angle of 56.42º 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 #A8A022 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 160 | 34 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.34 |
| HSL | 56.42º | 0.66% | 0.4% | - |
| HSV(B) | 56.42º | 0.8% | 0.66% | - |
| XYZ | 29.01 | 33.58 | 6.47 | - |
| YUV | 148.03 | 63.65 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 160 | 34 | 0 | 0.05 | 0.80 | 0.34 | 56.42 | 0.66 | 0.4 |
| Hex | A8 | A0 | 22 | 0 | 5 | 50 | 22 | 38 | 42 | 28 |
| Octal | 250 | 240 | 42 | 0 | 5 | 120 | 42 | 70 | 102 | 50 |
| Binary | 10101000 | 10100000 | 100010 | 0 | 101 | 1010000 | 100010 | 111000 | 1000010 | 101000 |
Color Harmonies of #A8A022
Complementary color
Monochromatic Colors of #A8A022
Black with #A8A022
Text Example
Text Example
White with #A8A022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A022; }
p { color: rgb(168,160,34); }
H1.HeaderClassName
{
color: #A8A022;
}
.AnyTagClassName
{
color: #A8A022;
}
</style>
background-color css
<style>
a { background-color: #A8A022; }
a { background-color: rgb(168,160,34); }
div.DivClassName
{
background-color: #A8A022;
}
.BgClassName
{
background-color: #A8A022;
}
</style>
border-color css
<style>
span { border-color: #A8A022; }
span { border-color: rgb(168,160,34); }
td.TdClassName
{
border-color: #A8A022;
}
.TagClassName
{
border-color: #A8A022;
}
</style>