Shades of Lucky #ABA02C
Tints of Lucky #ABA02C
RGB
CMYK
RGB Variations
Color information
#ABA02C (or 0xABA02C) is known color: Lucky. HEX triplet: AB, A0 and 2C. RGB value is (171,160,44). Sum of RGB (Red+Green+Blue) = 171+160+44=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA02C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA02C is #545FD3. Grayscale: #969696. Windows color (decimal): -5529556 or 2924715. OLE color: 2924715.
HSL color Cylindrical-coordinate representation of color #ABA02C: hue angle of 54.8º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ABA02C is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 44 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.33 |
| HSL | 54.8º | 0.59% | 0.42% | - |
| HSV(B) | 54.8º | 0.74% | 0.67% | - |
| XYZ | 29.82 | 33.98 | 7.37 | - |
| YUV | 150.07 | 68.14 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 44 | 0 | 0.06 | 0.74 | 0.33 | 54.8 | 0.59 | 0.42 |
| Hex | AB | A0 | 2C | 0 | 6 | 4A | 21 | 37 | 3B | 2A |
| Octal | 253 | 240 | 54 | 0 | 6 | 112 | 41 | 67 | 73 | 52 |
| Binary | 10101011 | 10100000 | 101100 | 0 | 110 | 1001010 | 100001 | 110111 | 111011 | 101010 |
Color Harmonies of #ABA02C
Complementary color
Monochromatic Colors of #ABA02C
Black with #ABA02C
Text Example
Text Example
White with #ABA02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA02C; }
p { color: rgb(171,160,44); }
H1.HeaderClassName
{
color: #ABA02C;
}
.AnyTagClassName
{
color: #ABA02C;
}
</style>
background-color css
<style>
a { background-color: #ABA02C; }
a { background-color: rgb(171,160,44); }
div.DivClassName
{
background-color: #ABA02C;
}
.BgClassName
{
background-color: #ABA02C;
}
</style>
border-color css
<style>
span { border-color: #ABA02C; }
span { border-color: rgb(171,160,44); }
td.TdClassName
{
border-color: #ABA02C;
}
.TagClassName
{
border-color: #ABA02C;
}
</style>