Shades of Lucky #ABA81A
Tints of Lucky #ABA81A
RGB
CMYK
RGB Variations
Color information
#ABA81A (or 0xABA81A) is known color: Lucky. HEX triplet: AB, A8 and 1A. RGB value is (171,168,26). Sum of RGB (Red+Green+Blue) = 171+168+26=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 168 (66.02% from 255 or 46.03% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA81A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA81A is #5457E5. Grayscale: #999999. Windows color (decimal): -5527526 or 1747115. OLE color: 1747115.
HSL color Cylindrical-coordinate representation of color #ABA81A: hue angle of 58.76º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ABA81A is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 26 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.33 |
| HSL | 58.76º | 0.74% | 0.39% | - |
| HSV(B) | 58.76º | 0.85% | 0.67% | - |
| XYZ | 30.98 | 36.74 | 6.44 | - |
| YUV | 152.71 | 56.49 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 26 | 0 | 0.02 | 0.85 | 0.33 | 58.76 | 0.74 | 0.39 |
| Hex | AB | A8 | 1A | 0 | 2 | 55 | 21 | 3B | 4A | 27 |
| Octal | 253 | 250 | 32 | 0 | 2 | 125 | 41 | 73 | 112 | 47 |
| Binary | 10101011 | 10101000 | 11010 | 0 | 10 | 1010101 | 100001 | 111011 | 1001010 | 100111 |
Color Harmonies of #ABA81A
Complementary color
Monochromatic Colors of #ABA81A
Black with #ABA81A
Text Example
Text Example
White with #ABA81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA81A; }
p { color: rgb(171,168,26); }
H1.HeaderClassName
{
color: #ABA81A;
}
.AnyTagClassName
{
color: #ABA81A;
}
</style>
background-color css
<style>
a { background-color: #ABA81A; }
a { background-color: rgb(171,168,26); }
div.DivClassName
{
background-color: #ABA81A;
}
.BgClassName
{
background-color: #ABA81A;
}
</style>
border-color css
<style>
span { border-color: #ABA81A; }
span { border-color: rgb(171,168,26); }
td.TdClassName
{
border-color: #ABA81A;
}
.TagClassName
{
border-color: #ABA81A;
}
</style>