Shades of Lucky #A8A20A
Tints of Lucky #A8A20A
RGB
CMYK
RGB Variations
Color information
#A8A20A (or 0xA8A20A) is known color: Lucky. HEX triplet: A8, A2 and 0A. RGB value is (168,162,10). Sum of RGB (Red+Green+Blue) = 168+162+10=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 162 (63.67% from 255 or 47.65% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A20A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A20A is #575DF5. Grayscale: #939393. Windows color (decimal): -5725686 or 697000. OLE color: 697000.
HSL color Cylindrical-coordinate representation of color #A8A20A: hue angle of 57.72º 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 #A8A20A is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 162 | 10 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.34 |
| HSL | 57.72º | 0.89% | 0.35% | - |
| HSV(B) | 57.72º | 0.94% | 0.66% | - |
| XYZ | 29.12 | 34.19 | 5.35 | - |
| YUV | 146.47 | 50.99 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 162 | 10 | 0 | 0.04 | 0.94 | 0.34 | 57.72 | 0.89 | 0.35 |
| Hex | A8 | A2 | A | 0 | 4 | 5E | 22 | 3A | 59 | 23 |
| Octal | 250 | 242 | 12 | 0 | 4 | 136 | 42 | 72 | 131 | 43 |
| Binary | 10101000 | 10100010 | 1010 | 0 | 100 | 1011110 | 100010 | 111010 | 1011001 | 100011 |
Color Harmonies of #A8A20A
Complementary color
Monochromatic Colors of #A8A20A
Black with #A8A20A
Text Example
Text Example
White with #A8A20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A20A; }
p { color: rgb(168,162,10); }
H1.HeaderClassName
{
color: #A8A20A;
}
.AnyTagClassName
{
color: #A8A20A;
}
</style>
background-color css
<style>
a { background-color: #A8A20A; }
a { background-color: rgb(168,162,10); }
div.DivClassName
{
background-color: #A8A20A;
}
.BgClassName
{
background-color: #A8A20A;
}
</style>
border-color css
<style>
span { border-color: #A8A20A; }
span { border-color: rgb(168,162,10); }
td.TdClassName
{
border-color: #A8A20A;
}
.TagClassName
{
border-color: #A8A20A;
}
</style>