Shades of Lucky #ABA421
Tints of Lucky #ABA421
RGB
CMYK
RGB Variations
Color information
#ABA421 (or 0xABA421) is known color: Lucky. HEX triplet: AB, A4 and 21. RGB value is (171,164,33). Sum of RGB (Red+Green+Blue) = 171+164+33=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 164 (64.45% from 255 or 44.57% from 368); Blue value is 33 (13.28% from 255 or 8.97% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA421 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA421 is #545BDE. Grayscale: #979797. Windows color (decimal): -5528543 or 2204843. OLE color: 2204843.
HSL color Cylindrical-coordinate representation of color #ABA421: hue angle of 56.96º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ABA421 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 33 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.33 |
| HSL | 56.96º | 0.68% | 0.4% | - |
| HSV(B) | 56.96º | 0.81% | 0.67% | - |
| XYZ | 30.34 | 35.32 | 6.66 | - |
| YUV | 151.16 | 61.32 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 33 | 0 | 0.04 | 0.81 | 0.33 | 56.96 | 0.68 | 0.4 |
| Hex | AB | A4 | 21 | 0 | 4 | 51 | 21 | 39 | 44 | 28 |
| Octal | 253 | 244 | 41 | 0 | 4 | 121 | 41 | 71 | 104 | 50 |
| Binary | 10101011 | 10100100 | 100001 | 0 | 100 | 1010001 | 100001 | 111001 | 1000100 | 101000 |
Color Harmonies of #ABA421
Complementary color
Monochromatic Colors of #ABA421
Black with #ABA421
Text Example
Text Example
White with #ABA421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA421; }
p { color: rgb(171,164,33); }
H1.HeaderClassName
{
color: #ABA421;
}
.AnyTagClassName
{
color: #ABA421;
}
</style>
background-color css
<style>
a { background-color: #ABA421; }
a { background-color: rgb(171,164,33); }
div.DivClassName
{
background-color: #ABA421;
}
.BgClassName
{
background-color: #ABA421;
}
</style>
border-color css
<style>
span { border-color: #ABA421; }
span { border-color: rgb(171,164,33); }
td.TdClassName
{
border-color: #ABA421;
}
.TagClassName
{
border-color: #ABA421;
}
</style>