Shades of Lucky #ABA20E
Tints of Lucky #ABA20E
RGB
CMYK
RGB Variations
Color information
#ABA20E (or 0xABA20E) is known color: Lucky. HEX triplet: AB, A2 and 0E. RGB value is (171,162,14). Sum of RGB (Red+Green+Blue) = 171+162+14=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 162 (63.67% from 255 or 46.69% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA20E is #545DF1. Grayscale: #949494. Windows color (decimal): -5529074 or 959147. OLE color: 959147.
HSL color Cylindrical-coordinate representation of color #ABA20E: hue angle of 56.56º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ABA20E is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 14 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.33 |
| HSL | 56.56º | 0.85% | 0.36% | - |
| HSV(B) | 56.56º | 0.92% | 0.67% | - |
| XYZ | 29.79 | 34.53 | 5.51 | - |
| YUV | 147.82 | 52.48 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 14 | 0 | 0.05 | 0.92 | 0.33 | 56.56 | 0.85 | 0.36 |
| Hex | AB | A2 | E | 0 | 5 | 5C | 21 | 39 | 55 | 24 |
| Octal | 253 | 242 | 16 | 0 | 5 | 134 | 41 | 71 | 125 | 44 |
| Binary | 10101011 | 10100010 | 1110 | 0 | 101 | 1011100 | 100001 | 111001 | 1010101 | 100100 |
Color Harmonies of #ABA20E
Complementary color
Monochromatic Colors of #ABA20E
Black with #ABA20E
Text Example
Text Example
White with #ABA20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA20E; }
p { color: rgb(171,162,14); }
H1.HeaderClassName
{
color: #ABA20E;
}
.AnyTagClassName
{
color: #ABA20E;
}
</style>
background-color css
<style>
a { background-color: #ABA20E; }
a { background-color: rgb(171,162,14); }
div.DivClassName
{
background-color: #ABA20E;
}
.BgClassName
{
background-color: #ABA20E;
}
</style>
border-color css
<style>
span { border-color: #ABA20E; }
span { border-color: rgb(171,162,14); }
td.TdClassName
{
border-color: #ABA20E;
}
.TagClassName
{
border-color: #ABA20E;
}
</style>