Shades of Lucky #ABA719
Tints of Lucky #ABA719
RGB
CMYK
RGB Variations
Color information
#ABA719 (or 0xABA719) is known color: Lucky. HEX triplet: AB, A7 and 19. RGB value is (171,167,25). Sum of RGB (Red+Green+Blue) = 171+167+25=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 167 (65.62% from 255 or 46.01% from 363); Blue value is 25 (10.16% from 255 or 6.89% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA719 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA719 is #5458E6. Grayscale: #989898. Windows color (decimal): -5527783 or 1681323. OLE color: 1681323.
HSL color Cylindrical-coordinate representation of color #ABA719: hue angle of 58.36º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ABA719 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 167 | 25 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.33 |
| HSL | 58.36º | 0.74% | 0.38% | - |
| HSV(B) | 58.36º | 0.85% | 0.67% | - |
| XYZ | 30.79 | 36.37 | 6.32 | - |
| YUV | 152.01 | 56.33 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 25 | 0 | 0.02 | 0.85 | 0.33 | 58.36 | 0.74 | 0.38 |
| Hex | AB | A7 | 19 | 0 | 2 | 55 | 21 | 3A | 4A | 26 |
| Octal | 253 | 247 | 31 | 0 | 2 | 125 | 41 | 72 | 112 | 46 |
| Binary | 10101011 | 10100111 | 11001 | 0 | 10 | 1010101 | 100001 | 111010 | 1001010 | 100110 |
Color Harmonies of #ABA719
Complementary color
Monochromatic Colors of #ABA719
Black with #ABA719
Text Example
Text Example
White with #ABA719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA719; }
p { color: rgb(171,167,25); }
H1.HeaderClassName
{
color: #ABA719;
}
.AnyTagClassName
{
color: #ABA719;
}
</style>
background-color css
<style>
a { background-color: #ABA719; }
a { background-color: rgb(171,167,25); }
div.DivClassName
{
background-color: #ABA719;
}
.BgClassName
{
background-color: #ABA719;
}
</style>
border-color css
<style>
span { border-color: #ABA719; }
span { border-color: rgb(171,167,25); }
td.TdClassName
{
border-color: #ABA719;
}
.TagClassName
{
border-color: #ABA719;
}
</style>