Shades of Lucky #ABA31E
Tints of Lucky #ABA31E
RGB
CMYK
RGB Variations
Color information
#ABA31E (or 0xABA31E) is known color: Lucky. HEX triplet: AB, A3 and 1E. RGB value is (171,163,30). Sum of RGB (Red+Green+Blue) = 171+163+30=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 30 (12.11% from 255 or 8.24% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA31E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA31E is #545CE1. Grayscale: #969696. Windows color (decimal): -5528802 or 2007979. OLE color: 2007979.
HSL color Cylindrical-coordinate representation of color #ABA31E: hue angle of 56.6º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABA31E is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 30 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.33 |
| HSL | 56.6º | 0.7% | 0.39% | - |
| HSV(B) | 56.6º | 0.82% | 0.67% | - |
| XYZ | 30.13 | 34.95 | 6.39 | - |
| YUV | 150.23 | 60.15 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 30 | 0 | 0.05 | 0.82 | 0.33 | 56.6 | 0.7 | 0.39 |
| Hex | AB | A3 | 1E | 0 | 5 | 52 | 21 | 39 | 46 | 27 |
| Octal | 253 | 243 | 36 | 0 | 5 | 122 | 41 | 71 | 106 | 47 |
| Binary | 10101011 | 10100011 | 11110 | 0 | 101 | 1010010 | 100001 | 111001 | 1000110 | 100111 |
Color Harmonies of #ABA31E
Complementary color
Monochromatic Colors of #ABA31E
Black with #ABA31E
Text Example
Text Example
White with #ABA31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA31E; }
p { color: rgb(171,163,30); }
H1.HeaderClassName
{
color: #ABA31E;
}
.AnyTagClassName
{
color: #ABA31E;
}
</style>
background-color css
<style>
a { background-color: #ABA31E; }
a { background-color: rgb(171,163,30); }
div.DivClassName
{
background-color: #ABA31E;
}
.BgClassName
{
background-color: #ABA31E;
}
</style>
border-color css
<style>
span { border-color: #ABA31E; }
span { border-color: rgb(171,163,30); }
td.TdClassName
{
border-color: #ABA31E;
}
.TagClassName
{
border-color: #ABA31E;
}
</style>