Shades of Lucky #ABA71E
Tints of Lucky #ABA71E
RGB
CMYK
RGB Variations
Color information
#ABA71E (or 0xABA71E) is known color: Lucky. HEX triplet: AB, A7 and 1E. RGB value is (171,167,30). Sum of RGB (Red+Green+Blue) = 171+167+30=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 167 (65.62% from 255 or 45.38% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA71E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA71E is #5458E1. Grayscale: #999999. Windows color (decimal): -5527778 or 2009003. OLE color: 2009003.
HSL color Cylindrical-coordinate representation of color #ABA71E: hue angle of 58.3º 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 #ABA71E is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 167 | 30 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.33 |
| HSL | 58.3º | 0.7% | 0.39% | - |
| HSV(B) | 58.3º | 0.82% | 0.67% | - |
| XYZ | 30.85 | 36.39 | 6.63 | - |
| YUV | 152.58 | 58.83 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 30 | 0 | 0.02 | 0.82 | 0.33 | 58.3 | 0.7 | 0.39 |
| Hex | AB | A7 | 1E | 0 | 2 | 52 | 21 | 3A | 46 | 27 |
| Octal | 253 | 247 | 36 | 0 | 2 | 122 | 41 | 72 | 106 | 47 |
| Binary | 10101011 | 10100111 | 11110 | 0 | 10 | 1010010 | 100001 | 111010 | 1000110 | 100111 |
Color Harmonies of #ABA71E
Complementary color
Monochromatic Colors of #ABA71E
Black with #ABA71E
Text Example
Text Example
White with #ABA71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA71E; }
p { color: rgb(171,167,30); }
H1.HeaderClassName
{
color: #ABA71E;
}
.AnyTagClassName
{
color: #ABA71E;
}
</style>
background-color css
<style>
a { background-color: #ABA71E; }
a { background-color: rgb(171,167,30); }
div.DivClassName
{
background-color: #ABA71E;
}
.BgClassName
{
background-color: #ABA71E;
}
</style>
border-color css
<style>
span { border-color: #ABA71E; }
span { border-color: rgb(171,167,30); }
td.TdClassName
{
border-color: #ABA71E;
}
.TagClassName
{
border-color: #ABA71E;
}
</style>