Shades of Lucky #A8A115
Tints of Lucky #A8A115
RGB
CMYK
RGB Variations
Color information
#A8A115 (or 0xA8A115) is known color: Lucky. HEX triplet: A8, A1 and 15. RGB value is (168,161,21). Sum of RGB (Red+Green+Blue) = 168+161+21=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 161 (63.28% from 255 or 46% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A115 is #575EEA. Grayscale: #939393. Windows color (decimal): -5725931 or 1417640. OLE color: 1417640.
HSL color Cylindrical-coordinate representation of color #A8A115: hue angle of 57.14º degrees, saturation: 0.78, 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 #A8A115 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 161 | 21 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.34 |
| HSL | 57.14º | 0.78% | 0.37% | - |
| HSV(B) | 57.14º | 0.88% | 0.66% | - |
| XYZ | 29.03 | 33.87 | 5.72 | - |
| YUV | 147.13 | 56.82 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 161 | 21 | 0 | 0.04 | 0.88 | 0.34 | 57.14 | 0.78 | 0.37 |
| Hex | A8 | A1 | 15 | 0 | 4 | 58 | 22 | 39 | 4E | 25 |
| Octal | 250 | 241 | 25 | 0 | 4 | 130 | 42 | 71 | 116 | 45 |
| Binary | 10101000 | 10100001 | 10101 | 0 | 100 | 1011000 | 100010 | 111001 | 1001110 | 100101 |
Color Harmonies of #A8A115
Complementary color
Monochromatic Colors of #A8A115
Black with #A8A115
Text Example
Text Example
White with #A8A115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A115; }
p { color: rgb(168,161,21); }
H1.HeaderClassName
{
color: #A8A115;
}
.AnyTagClassName
{
color: #A8A115;
}
</style>
background-color css
<style>
a { background-color: #A8A115; }
a { background-color: rgb(168,161,21); }
div.DivClassName
{
background-color: #A8A115;
}
.BgClassName
{
background-color: #A8A115;
}
</style>
border-color css
<style>
span { border-color: #A8A115; }
span { border-color: rgb(168,161,21); }
td.TdClassName
{
border-color: #A8A115;
}
.TagClassName
{
border-color: #A8A115;
}
</style>