Shades of Lucky #A8A216
Tints of Lucky #A8A216
RGB
CMYK
RGB Variations
Color information
#A8A216 (or 0xA8A216) is known color: Lucky. HEX triplet: A8, A2 and 16. RGB value is (168,162,22). Sum of RGB (Red+Green+Blue) = 168+162+22=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A216 is #575DE9. Grayscale: #949494. Windows color (decimal): -5725674 or 1483432. OLE color: 1483432.
HSL color Cylindrical-coordinate representation of color #A8A216: hue angle of 57.53º 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 #A8A216 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 162 | 22 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.34 |
| HSL | 57.53º | 0.77% | 0.37% | - |
| HSV(B) | 57.53º | 0.87% | 0.66% | - |
| XYZ | 29.21 | 34.22 | 5.83 | - |
| YUV | 147.83 | 56.99 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 162 | 22 | 0 | 0.04 | 0.87 | 0.34 | 57.53 | 0.77 | 0.37 |
| Hex | A8 | A2 | 16 | 0 | 4 | 57 | 22 | 3A | 4D | 25 |
| Octal | 250 | 242 | 26 | 0 | 4 | 127 | 42 | 72 | 115 | 45 |
| Binary | 10101000 | 10100010 | 10110 | 0 | 100 | 1010111 | 100010 | 111010 | 1001101 | 100101 |
Color Harmonies of #A8A216
Complementary color
Monochromatic Colors of #A8A216
Black with #A8A216
Text Example
Text Example
White with #A8A216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A216; }
p { color: rgb(168,162,22); }
H1.HeaderClassName
{
color: #A8A216;
}
.AnyTagClassName
{
color: #A8A216;
}
</style>
background-color css
<style>
a { background-color: #A8A216; }
a { background-color: rgb(168,162,22); }
div.DivClassName
{
background-color: #A8A216;
}
.BgClassName
{
background-color: #A8A216;
}
</style>
border-color css
<style>
span { border-color: #A8A216; }
span { border-color: rgb(168,162,22); }
td.TdClassName
{
border-color: #A8A216;
}
.TagClassName
{
border-color: #A8A216;
}
</style>