Shades of Lucky #A8A202
Tints of Lucky #A8A202
RGB
CMYK
RGB Variations
Color information
#A8A202 (or 0xA8A202) is known color: Lucky. HEX triplet: A8, A2 and 02. RGB value is (168,162,2). Sum of RGB (Red+Green+Blue) = 168+162+2=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 162 (63.67% from 255 or 48.80% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A202 is #575DFD. Grayscale: #929292. Windows color (decimal): -5725694 or 172712. OLE color: 172712.
HSL color Cylindrical-coordinate representation of color #A8A202: hue angle of 57.83º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8A202 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 162 | 2 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.34 |
| HSL | 57.83º | 0.98% | 0.33% | - |
| HSV(B) | 57.83º | 0.99% | 0.66% | - |
| XYZ | 29.08 | 34.17 | 5.12 | - |
| YUV | 145.55 | 46.99 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 162 | 2 | 0 | 0.04 | 0.99 | 0.34 | 57.83 | 0.98 | 0.33 |
| Hex | A8 | A2 | 2 | 0 | 4 | 63 | 22 | 3A | 62 | 21 |
| Octal | 250 | 242 | 2 | 0 | 4 | 143 | 42 | 72 | 142 | 41 |
| Binary | 10101000 | 10100010 | 10 | 0 | 100 | 1100011 | 100010 | 111010 | 1100010 | 100001 |
Color Harmonies of #A8A202
Complementary color
Monochromatic Colors of #A8A202
Black with #A8A202
Text Example
Text Example
White with #A8A202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A202; }
p { color: rgb(168,162,2); }
H1.HeaderClassName
{
color: #A8A202;
}
.AnyTagClassName
{
color: #A8A202;
}
</style>
background-color css
<style>
a { background-color: #A8A202; }
a { background-color: rgb(168,162,2); }
div.DivClassName
{
background-color: #A8A202;
}
.BgClassName
{
background-color: #A8A202;
}
</style>
border-color css
<style>
span { border-color: #A8A202; }
span { border-color: rgb(168,162,2); }
td.TdClassName
{
border-color: #A8A202;
}
.TagClassName
{
border-color: #A8A202;
}
</style>