Shades of Lucky #A2A71C
Tints of Lucky #A2A71C
RGB
CMYK
RGB Variations
Color information
#A2A71C (or 0xA2A71C) is known color: Lucky. HEX triplet: A2, A7 and 1C. RGB value is (162,167,28). Sum of RGB (Red+Green+Blue) = 162+167+28=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 167 (65.62% from 255 or 46.78% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 167 - color contains mainly: green. Hex color #A2A71C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A71C is #5D58E3. Grayscale: #969696. Windows color (decimal): -6117604 or 1877922. OLE color: 1877922.
HSL color Cylindrical-coordinate representation of color #A2A71C: hue angle of 62.16º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A2A71C is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 167 | 28 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.35 |
| HSL | 62.16º | 0.71% | 0.38% | - |
| HSV(B) | 62.16º | 0.83% | 0.65% | - |
| XYZ | 28.93 | 35.4 | 6.41 | - |
| YUV | 149.66 | 59.34 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 167 | 28 | 0.03 | 0 | 0.83 | 0.35 | 62.16 | 0.71 | 0.38 |
| Hex | A2 | A7 | 1C | 3 | 0 | 53 | 23 | 3E | 47 | 26 |
| Octal | 242 | 247 | 34 | 3 | 0 | 123 | 43 | 76 | 107 | 46 |
| Binary | 10100010 | 10100111 | 11100 | 11 | 0 | 1010011 | 100011 | 111110 | 1000111 | 100110 |
Color Harmonies of #A2A71C
Complementary color
Monochromatic Colors of #A2A71C
Black with #A2A71C
Text Example
Text Example
White with #A2A71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A71C; }
p { color: rgb(162,167,28); }
H1.HeaderClassName
{
color: #A2A71C;
}
.AnyTagClassName
{
color: #A2A71C;
}
</style>
background-color css
<style>
a { background-color: #A2A71C; }
a { background-color: rgb(162,167,28); }
div.DivClassName
{
background-color: #A2A71C;
}
.BgClassName
{
background-color: #A2A71C;
}
</style>
border-color css
<style>
span { border-color: #A2A71C; }
span { border-color: rgb(162,167,28); }
td.TdClassName
{
border-color: #A2A71C;
}
.TagClassName
{
border-color: #A2A71C;
}
</style>