Shades of Lucky #ABA21F
Tints of Lucky #ABA21F
RGB
CMYK
RGB Variations
Color information
#ABA21F (or 0xABA21F) is known color: Lucky. HEX triplet: AB, A2 and 1F. RGB value is (171,162,31). Sum of RGB (Red+Green+Blue) = 171+162+31=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA21F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA21F is #545DE0. Grayscale: #969696. Windows color (decimal): -5529057 or 2073259. OLE color: 2073259.
HSL color Cylindrical-coordinate representation of color #ABA21F: hue angle of 56.14º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABA21F is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 31 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.33 |
| HSL | 56.14º | 0.69% | 0.4% | - |
| HSV(B) | 56.14º | 0.82% | 0.67% | - |
| XYZ | 29.96 | 34.6 | 6.4 | - |
| YUV | 149.76 | 60.98 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 31 | 0 | 0.05 | 0.82 | 0.33 | 56.14 | 0.69 | 0.4 |
| Hex | AB | A2 | 1F | 0 | 5 | 52 | 21 | 38 | 45 | 28 |
| Octal | 253 | 242 | 37 | 0 | 5 | 122 | 41 | 70 | 105 | 50 |
| Binary | 10101011 | 10100010 | 11111 | 0 | 101 | 1010010 | 100001 | 111000 | 1000101 | 101000 |
Color Harmonies of #ABA21F
Complementary color
Monochromatic Colors of #ABA21F
Black with #ABA21F
Text Example
Text Example
White with #ABA21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA21F; }
p { color: rgb(171,162,31); }
H1.HeaderClassName
{
color: #ABA21F;
}
.AnyTagClassName
{
color: #ABA21F;
}
</style>
background-color css
<style>
a { background-color: #ABA21F; }
a { background-color: rgb(171,162,31); }
div.DivClassName
{
background-color: #ABA21F;
}
.BgClassName
{
background-color: #ABA21F;
}
</style>
border-color css
<style>
span { border-color: #ABA21F; }
span { border-color: rgb(171,162,31); }
td.TdClassName
{
border-color: #ABA21F;
}
.TagClassName
{
border-color: #ABA21F;
}
</style>