Shades of Lucky #A7AA20
Tints of Lucky #A7AA20
RGB
CMYK
RGB Variations
Color information
#A7AA20 (or 0xA7AA20) is known color: Lucky. HEX triplet: A7, AA and 20. RGB value is (167,170,32). Sum of RGB (Red+Green+Blue) = 167+170+32=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AA20 is #5855DF. Grayscale: #999999. Windows color (decimal): -5789152 or 2140839. OLE color: 2140839.
HSL color Cylindrical-coordinate representation of color #A7AA20: hue angle of 61.3º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A7AA20 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 170 | 32 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.33 |
| HSL | 61.3º | 0.68% | 0.4% | - |
| HSV(B) | 61.3º | 0.81% | 0.67% | - |
| XYZ | 30.57 | 37.07 | 6.91 | - |
| YUV | 153.37 | 59.51 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 170 | 32 | 0.02 | 0 | 0.81 | 0.33 | 61.3 | 0.68 | 0.4 |
| Hex | A7 | AA | 20 | 2 | 0 | 51 | 21 | 3D | 44 | 28 |
| Octal | 247 | 252 | 40 | 2 | 0 | 121 | 41 | 75 | 104 | 50 |
| Binary | 10100111 | 10101010 | 100000 | 10 | 0 | 1010001 | 100001 | 111101 | 1000100 | 101000 |
Color Harmonies of #A7AA20
Complementary color
Monochromatic Colors of #A7AA20
Black with #A7AA20
Text Example
Text Example
White with #A7AA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AA20; }
p { color: rgb(167,170,32); }
H1.HeaderClassName
{
color: #A7AA20;
}
.AnyTagClassName
{
color: #A7AA20;
}
</style>
background-color css
<style>
a { background-color: #A7AA20; }
a { background-color: rgb(167,170,32); }
div.DivClassName
{
background-color: #A7AA20;
}
.BgClassName
{
background-color: #A7AA20;
}
</style>
border-color css
<style>
span { border-color: #A7AA20; }
span { border-color: rgb(167,170,32); }
td.TdClassName
{
border-color: #A7AA20;
}
.TagClassName
{
border-color: #A7AA20;
}
</style>