Shades of Lucky #A8A312
Tints of Lucky #A8A312
RGB
CMYK
RGB Variations
Color information
#A8A312 (or 0xA8A312) is known color: Lucky. HEX triplet: A8, A3 and 12. RGB value is (168,163,18). Sum of RGB (Red+Green+Blue) = 168+163+18=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 163 (64.06% from 255 or 46.70% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A312 is #575CED. Grayscale: #949494. Windows color (decimal): -5725422 or 1221544. OLE color: 1221544.
HSL color Cylindrical-coordinate representation of color #A8A312: hue angle of 58º 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 #A8A312 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 163 | 18 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.34 |
| HSL | 58º | 0.81% | 0.36% | - |
| HSV(B) | 58º | 0.89% | 0.66% | - |
| XYZ | 29.35 | 34.56 | 5.7 | - |
| YUV | 147.97 | 54.66 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 163 | 18 | 0 | 0.03 | 0.89 | 0.34 | 58 | 0.81 | 0.36 |
| Hex | A8 | A3 | 12 | 0 | 3 | 59 | 22 | 3A | 51 | 24 |
| Octal | 250 | 243 | 22 | 0 | 3 | 131 | 42 | 72 | 121 | 44 |
| Binary | 10101000 | 10100011 | 10010 | 0 | 11 | 1011001 | 100010 | 111010 | 1010001 | 100100 |
Color Harmonies of #A8A312
Complementary color
Monochromatic Colors of #A8A312
Black with #A8A312
Text Example
Text Example
White with #A8A312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A312; }
p { color: rgb(168,163,18); }
H1.HeaderClassName
{
color: #A8A312;
}
.AnyTagClassName
{
color: #A8A312;
}
</style>
background-color css
<style>
a { background-color: #A8A312; }
a { background-color: rgb(168,163,18); }
div.DivClassName
{
background-color: #A8A312;
}
.BgClassName
{
background-color: #A8A312;
}
</style>
border-color css
<style>
span { border-color: #A8A312; }
span { border-color: rgb(168,163,18); }
td.TdClassName
{
border-color: #A8A312;
}
.TagClassName
{
border-color: #A8A312;
}
</style>