Shades of Lucky #A6AB19
Tints of Lucky #A6AB19
RGB
CMYK
RGB Variations
Color information
#A6AB19 (or 0xA6AB19) is known color: Lucky. HEX triplet: A6, AB and 19. RGB value is (166,171,25). Sum of RGB (Red+Green+Blue) = 166+171+25=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AB19 is #5954E6. Grayscale: #999999. Windows color (decimal): -5854439 or 1682342. OLE color: 1682342.
HSL color Cylindrical-coordinate representation of color #A6AB19: hue angle of 62.05º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A6AB19 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 171 | 25 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.33 |
| HSL | 62.05º | 0.74% | 0.38% | - |
| HSV(B) | 62.05º | 0.85% | 0.67% | - |
| XYZ | 30.46 | 37.3 | 6.51 | - |
| YUV | 152.86 | 55.84 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 171 | 25 | 0.03 | 0 | 0.85 | 0.33 | 62.05 | 0.74 | 0.38 |
| Hex | A6 | AB | 19 | 3 | 0 | 55 | 21 | 3E | 4A | 26 |
| Octal | 246 | 253 | 31 | 3 | 0 | 125 | 41 | 76 | 112 | 46 |
| Binary | 10100110 | 10101011 | 11001 | 11 | 0 | 1010101 | 100001 | 111110 | 1001010 | 100110 |
Color Harmonies of #A6AB19
Complementary color
Monochromatic Colors of #A6AB19
Black with #A6AB19
Text Example
Text Example
White with #A6AB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AB19; }
p { color: rgb(166,171,25); }
H1.HeaderClassName
{
color: #A6AB19;
}
.AnyTagClassName
{
color: #A6AB19;
}
</style>
background-color css
<style>
a { background-color: #A6AB19; }
a { background-color: rgb(166,171,25); }
div.DivClassName
{
background-color: #A6AB19;
}
.BgClassName
{
background-color: #A6AB19;
}
</style>
border-color css
<style>
span { border-color: #A6AB19; }
span { border-color: rgb(166,171,25); }
td.TdClassName
{
border-color: #A6AB19;
}
.TagClassName
{
border-color: #A6AB19;
}
</style>