Shades of Lucky #ABAA14
Tints of Lucky #ABAA14
RGB
CMYK
RGB Variations
Color information
#ABAA14 (or 0xABAA14) is known color: Lucky. HEX triplet: AB, AA and 14. RGB value is (171,170,20). Sum of RGB (Red+Green+Blue) = 171+170+20=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAA14 is #5455EB. Grayscale: #999999. Windows color (decimal): -5527020 or 1354411. OLE color: 1354411.
HSL color Cylindrical-coordinate representation of color #ABAA14: hue angle of 59.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ABAA14 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 20 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.33 |
| HSL | 59.6º | 0.79% | 0.37% | - |
| HSV(B) | 59.6º | 0.88% | 0.67% | - |
| XYZ | 31.3 | 37.46 | 6.24 | - |
| YUV | 153.2 | 52.83 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 20 | 0 | 0.01 | 0.88 | 0.33 | 59.6 | 0.79 | 0.37 |
| Hex | AB | AA | 14 | 0 | 1 | 58 | 21 | 3C | 4F | 25 |
| Octal | 253 | 252 | 24 | 0 | 1 | 130 | 41 | 74 | 117 | 45 |
| Binary | 10101011 | 10101010 | 10100 | 0 | 1 | 1011000 | 100001 | 111100 | 1001111 | 100101 |
Color Harmonies of #ABAA14
Complementary color
Monochromatic Colors of #ABAA14
Black with #ABAA14
Text Example
Text Example
White with #ABAA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA14; }
p { color: rgb(171,170,20); }
H1.HeaderClassName
{
color: #ABAA14;
}
.AnyTagClassName
{
color: #ABAA14;
}
</style>
background-color css
<style>
a { background-color: #ABAA14; }
a { background-color: rgb(171,170,20); }
div.DivClassName
{
background-color: #ABAA14;
}
.BgClassName
{
background-color: #ABAA14;
}
</style>
border-color css
<style>
span { border-color: #ABAA14; }
span { border-color: rgb(171,170,20); }
td.TdClassName
{
border-color: #ABAA14;
}
.TagClassName
{
border-color: #ABAA14;
}
</style>