Shades of Lucky #A8A612
Tints of Lucky #A8A612
RGB
CMYK
RGB Variations
Color information
#A8A612 (or 0xA8A612) is known color: Lucky. HEX triplet: A8, A6 and 12. RGB value is (168,166,18). Sum of RGB (Red+Green+Blue) = 168+166+18=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 166 (65.23% from 255 or 47.16% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A612 is #5759ED. Grayscale: #969696. Windows color (decimal): -5724654 or 1222312. OLE color: 1222312.
HSL color Cylindrical-coordinate representation of color #A8A612: hue angle of 59.2º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8A612 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 166 | 18 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.34 |
| HSL | 59.2º | 0.81% | 0.36% | - |
| HSV(B) | 59.2º | 0.89% | 0.66% | - |
| XYZ | 29.89 | 35.64 | 5.88 | - |
| YUV | 149.73 | 53.66 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 166 | 18 | 0 | 0.01 | 0.89 | 0.34 | 59.2 | 0.81 | 0.36 |
| Hex | A8 | A6 | 12 | 0 | 1 | 59 | 22 | 3B | 51 | 24 |
| Octal | 250 | 246 | 22 | 0 | 1 | 131 | 42 | 73 | 121 | 44 |
| Binary | 10101000 | 10100110 | 10010 | 0 | 1 | 1011001 | 100010 | 111011 | 1010001 | 100100 |
Color Harmonies of #A8A612
Complementary color
Monochromatic Colors of #A8A612
Black with #A8A612
Text Example
Text Example
White with #A8A612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A612; }
p { color: rgb(168,166,18); }
H1.HeaderClassName
{
color: #A8A612;
}
.AnyTagClassName
{
color: #A8A612;
}
</style>
background-color css
<style>
a { background-color: #A8A612; }
a { background-color: rgb(168,166,18); }
div.DivClassName
{
background-color: #A8A612;
}
.BgClassName
{
background-color: #A8A612;
}
</style>
border-color css
<style>
span { border-color: #A8A612; }
span { border-color: rgb(168,166,18); }
td.TdClassName
{
border-color: #A8A612;
}
.TagClassName
{
border-color: #A8A612;
}
</style>