Shades of Lucky #A8AB18
Tints of Lucky #A8AB18
RGB
CMYK
RGB Variations
Color information
#A8AB18 (or 0xA8AB18) is known color: Lucky. HEX triplet: A8, AB and 18. RGB value is (168,171,24). Sum of RGB (Red+Green+Blue) = 168+171+24=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 24 (9.77% from 255 or 6.61% from 363); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AB18 is #5754E7. Grayscale: #999999. Windows color (decimal): -5723368 or 1616808. OLE color: 1616808.
HSL color Cylindrical-coordinate representation of color #A8AB18: hue angle of 61.22º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8AB18 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 24 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.33 |
| HSL | 61.22º | 0.75% | 0.38% | - |
| HSV(B) | 61.22º | 0.86% | 0.67% | - |
| XYZ | 30.88 | 37.52 | 6.48 | - |
| YUV | 153.35 | 55.01 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 24 | 0.02 | 0 | 0.86 | 0.33 | 61.22 | 0.75 | 0.38 |
| Hex | A8 | AB | 18 | 2 | 0 | 56 | 21 | 3D | 4B | 26 |
| Octal | 250 | 253 | 30 | 2 | 0 | 126 | 41 | 75 | 113 | 46 |
| Binary | 10101000 | 10101011 | 11000 | 10 | 0 | 1010110 | 100001 | 111101 | 1001011 | 100110 |
Color Harmonies of #A8AB18
Complementary color
Monochromatic Colors of #A8AB18
Black with #A8AB18
Text Example
Text Example
White with #A8AB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB18; }
p { color: rgb(168,171,24); }
H1.HeaderClassName
{
color: #A8AB18;
}
.AnyTagClassName
{
color: #A8AB18;
}
</style>
background-color css
<style>
a { background-color: #A8AB18; }
a { background-color: rgb(168,171,24); }
div.DivClassName
{
background-color: #A8AB18;
}
.BgClassName
{
background-color: #A8AB18;
}
</style>
border-color css
<style>
span { border-color: #A8AB18; }
span { border-color: rgb(168,171,24); }
td.TdClassName
{
border-color: #A8AB18;
}
.TagClassName
{
border-color: #A8AB18;
}
</style>