Shades of Lucky #ABA221
Tints of Lucky #ABA221
RGB
CMYK
RGB Variations
Color information
#ABA221 (or 0xABA221) is known color: Lucky. HEX triplet: AB, A2 and 21. RGB value is (171,162,33). Sum of RGB (Red+Green+Blue) = 171+162+33=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 33 (13.28% from 255 or 9.02% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA221 is #545DDE. Grayscale: #969696. Windows color (decimal): -5529055 or 2204331. OLE color: 2204331.
HSL color Cylindrical-coordinate representation of color #ABA221: hue angle of 56.09º 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 #ABA221 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 33 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.33 |
| HSL | 56.09º | 0.68% | 0.4% | - |
| HSV(B) | 56.09º | 0.81% | 0.67% | - |
| XYZ | 29.99 | 34.61 | 6.54 | - |
| YUV | 149.99 | 61.98 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 33 | 0 | 0.05 | 0.81 | 0.33 | 56.09 | 0.68 | 0.4 |
| Hex | AB | A2 | 21 | 0 | 5 | 51 | 21 | 38 | 44 | 28 |
| Octal | 253 | 242 | 41 | 0 | 5 | 121 | 41 | 70 | 104 | 50 |
| Binary | 10101011 | 10100010 | 100001 | 0 | 101 | 1010001 | 100001 | 111000 | 1000100 | 101000 |
Color Harmonies of #ABA221
Complementary color
Monochromatic Colors of #ABA221
Black with #ABA221
Text Example
Text Example
White with #ABA221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA221; }
p { color: rgb(171,162,33); }
H1.HeaderClassName
{
color: #ABA221;
}
.AnyTagClassName
{
color: #ABA221;
}
</style>
background-color css
<style>
a { background-color: #ABA221; }
a { background-color: rgb(171,162,33); }
div.DivClassName
{
background-color: #ABA221;
}
.BgClassName
{
background-color: #ABA221;
}
</style>
border-color css
<style>
span { border-color: #ABA221; }
span { border-color: rgb(171,162,33); }
td.TdClassName
{
border-color: #ABA221;
}
.TagClassName
{
border-color: #ABA221;
}
</style>