Shades of Lucky #A6AB20
Tints of Lucky #A6AB20
RGB
CMYK
RGB Variations
Color information
#A6AB20 (or 0xA6AB20) is known color: Lucky. HEX triplet: A6, AB and 20. RGB value is (166,171,32). Sum of RGB (Red+Green+Blue) = 166+171+32=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AB20 is #5954DF. Grayscale: #9A9A9A. Windows color (decimal): -5854432 or 2141094. OLE color: 2141094.
HSL color Cylindrical-coordinate representation of color #A6AB20: hue angle of 62.16º 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 #A6AB20 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 171 | 32 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.33 |
| HSL | 62.16º | 0.68% | 0.4% | - |
| HSV(B) | 62.16º | 0.81% | 0.67% | - |
| XYZ | 30.55 | 37.34 | 6.96 | - |
| YUV | 153.66 | 59.34 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 171 | 32 | 0.03 | 0 | 0.81 | 0.33 | 62.16 | 0.68 | 0.4 |
| Hex | A6 | AB | 20 | 3 | 0 | 51 | 21 | 3E | 44 | 28 |
| Octal | 246 | 253 | 40 | 3 | 0 | 121 | 41 | 76 | 104 | 50 |
| Binary | 10100110 | 10101011 | 100000 | 11 | 0 | 1010001 | 100001 | 111110 | 1000100 | 101000 |
Color Harmonies of #A6AB20
Complementary color
Monochromatic Colors of #A6AB20
Black with #A6AB20
Text Example
Text Example
White with #A6AB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AB20; }
p { color: rgb(166,171,32); }
H1.HeaderClassName
{
color: #A6AB20;
}
.AnyTagClassName
{
color: #A6AB20;
}
</style>
background-color css
<style>
a { background-color: #A6AB20; }
a { background-color: rgb(166,171,32); }
div.DivClassName
{
background-color: #A6AB20;
}
.BgClassName
{
background-color: #A6AB20;
}
</style>
border-color css
<style>
span { border-color: #A6AB20; }
span { border-color: rgb(166,171,32); }
td.TdClassName
{
border-color: #A6AB20;
}
.TagClassName
{
border-color: #A6AB20;
}
</style>