Shades of Lucky #ABA219
Tints of Lucky #ABA219
RGB
CMYK
RGB Variations
Color information
#ABA219 (or 0xABA219) is known color: Lucky. HEX triplet: AB, A2 and 19. RGB value is (171,162,25). Sum of RGB (Red+Green+Blue) = 171+162+25=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA219 is #545DE6. Grayscale: #959595. Windows color (decimal): -5529063 or 1680043. OLE color: 1680043.
HSL color Cylindrical-coordinate representation of color #ABA219: hue angle of 56.3º 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 #ABA219 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 25 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.33 |
| HSL | 56.3º | 0.74% | 0.38% | - |
| HSV(B) | 56.3º | 0.85% | 0.67% | - |
| XYZ | 29.89 | 34.57 | 6.02 | - |
| YUV | 149.07 | 57.98 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 25 | 0 | 0.05 | 0.85 | 0.33 | 56.3 | 0.74 | 0.38 |
| Hex | AB | A2 | 19 | 0 | 5 | 55 | 21 | 38 | 4A | 26 |
| Octal | 253 | 242 | 31 | 0 | 5 | 125 | 41 | 70 | 112 | 46 |
| Binary | 10101011 | 10100010 | 11001 | 0 | 101 | 1010101 | 100001 | 111000 | 1001010 | 100110 |
Color Harmonies of #ABA219
Complementary color
Monochromatic Colors of #ABA219
Black with #ABA219
Text Example
Text Example
White with #ABA219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA219; }
p { color: rgb(171,162,25); }
H1.HeaderClassName
{
color: #ABA219;
}
.AnyTagClassName
{
color: #ABA219;
}
</style>
background-color css
<style>
a { background-color: #ABA219; }
a { background-color: rgb(171,162,25); }
div.DivClassName
{
background-color: #ABA219;
}
.BgClassName
{
background-color: #ABA219;
}
</style>
border-color css
<style>
span { border-color: #ABA219; }
span { border-color: rgb(171,162,25); }
td.TdClassName
{
border-color: #ABA219;
}
.TagClassName
{
border-color: #ABA219;
}
</style>