Shades of Lucky #ABA31A
Tints of Lucky #ABA31A
RGB
CMYK
RGB Variations
Color information
#ABA31A (or 0xABA31A) is known color: Lucky. HEX triplet: AB, A3 and 1A. RGB value is (171,163,26). Sum of RGB (Red+Green+Blue) = 171+163+26=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 163 (64.06% from 255 or 45.28% from 360); Blue value is 26 (10.55% from 255 or 7.22% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA31A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA31A is #545CE5. Grayscale: #969696. Windows color (decimal): -5528806 or 1745835. OLE color: 1745835.
HSL color Cylindrical-coordinate representation of color #ABA31A: hue angle of 56.69º 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 #ABA31A is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 26 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.33 |
| HSL | 56.69º | 0.74% | 0.39% | - |
| HSV(B) | 56.69º | 0.85% | 0.67% | - |
| XYZ | 30.08 | 34.93 | 6.13 | - |
| YUV | 149.77 | 58.15 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 26 | 0 | 0.05 | 0.85 | 0.33 | 56.69 | 0.74 | 0.39 |
| Hex | AB | A3 | 1A | 0 | 5 | 55 | 21 | 39 | 4A | 27 |
| Octal | 253 | 243 | 32 | 0 | 5 | 125 | 41 | 71 | 112 | 47 |
| Binary | 10101011 | 10100011 | 11010 | 0 | 101 | 1010101 | 100001 | 111001 | 1001010 | 100111 |
Color Harmonies of #ABA31A
Complementary color
Monochromatic Colors of #ABA31A
Black with #ABA31A
Text Example
Text Example
White with #ABA31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA31A; }
p { color: rgb(171,163,26); }
H1.HeaderClassName
{
color: #ABA31A;
}
.AnyTagClassName
{
color: #ABA31A;
}
</style>
background-color css
<style>
a { background-color: #ABA31A; }
a { background-color: rgb(171,163,26); }
div.DivClassName
{
background-color: #ABA31A;
}
.BgClassName
{
background-color: #ABA31A;
}
</style>
border-color css
<style>
span { border-color: #ABA31A; }
span { border-color: rgb(171,163,26); }
td.TdClassName
{
border-color: #ABA31A;
}
.TagClassName
{
border-color: #ABA31A;
}
</style>