Shades of Lucky #A8A00A
Tints of Lucky #A8A00A
RGB
CMYK
RGB Variations
Color information
#A8A00A (or 0xA8A00A) is known color: Lucky. HEX triplet: A8, A0 and 0A. RGB value is (168,160,10). Sum of RGB (Red+Green+Blue) = 168+160+10=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 10 (4.30% from 255 or 2.96% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A00A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A00A is #575FF5. Grayscale: #919191. Windows color (decimal): -5726198 or 696488. OLE color: 696488.
HSL color Cylindrical-coordinate representation of color #A8A00A: hue angle of 56.96º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8A00A is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 160 | 10 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.34 |
| HSL | 56.96º | 0.89% | 0.35% | - |
| HSV(B) | 56.96º | 0.94% | 0.66% | - |
| XYZ | 28.77 | 33.49 | 5.23 | - |
| YUV | 145.29 | 51.65 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 160 | 10 | 0 | 0.05 | 0.94 | 0.34 | 56.96 | 0.89 | 0.35 |
| Hex | A8 | A0 | A | 0 | 5 | 5E | 22 | 39 | 59 | 23 |
| Octal | 250 | 240 | 12 | 0 | 5 | 136 | 42 | 71 | 131 | 43 |
| Binary | 10101000 | 10100000 | 1010 | 0 | 101 | 1011110 | 100010 | 111001 | 1011001 | 100011 |
Color Harmonies of #A8A00A
Complementary color
Monochromatic Colors of #A8A00A
Black with #A8A00A
Text Example
Text Example
White with #A8A00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A00A; }
p { color: rgb(168,160,10); }
H1.HeaderClassName
{
color: #A8A00A;
}
.AnyTagClassName
{
color: #A8A00A;
}
</style>
background-color css
<style>
a { background-color: #A8A00A; }
a { background-color: rgb(168,160,10); }
div.DivClassName
{
background-color: #A8A00A;
}
.BgClassName
{
background-color: #A8A00A;
}
</style>
border-color css
<style>
span { border-color: #A8A00A; }
span { border-color: rgb(168,160,10); }
td.TdClassName
{
border-color: #A8A00A;
}
.TagClassName
{
border-color: #A8A00A;
}
</style>