Shades of Lucky #ABA02A
Tints of Lucky #ABA02A
RGB
CMYK
RGB Variations
Color information
#ABA02A (or 0xABA02A) is known color: Lucky. HEX triplet: AB, A0 and 2A. RGB value is (171,160,42). Sum of RGB (Red+Green+Blue) = 171+160+42=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 42 (16.80% from 255 or 11.26% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA02A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA02A is #545FD5. Grayscale: #969696. Windows color (decimal): -5529558 or 2793643. OLE color: 2793643.
HSL color Cylindrical-coordinate representation of color #ABA02A: hue angle of 54.88º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ABA02A is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 42 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.33 |
| HSL | 54.88º | 0.61% | 0.42% | - |
| HSV(B) | 54.88º | 0.75% | 0.67% | - |
| XYZ | 29.78 | 33.97 | 7.18 | - |
| YUV | 149.84 | 67.14 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 42 | 0 | 0.06 | 0.75 | 0.33 | 54.88 | 0.61 | 0.42 |
| Hex | AB | A0 | 2A | 0 | 6 | 4B | 21 | 37 | 3D | 2A |
| Octal | 253 | 240 | 52 | 0 | 6 | 113 | 41 | 67 | 75 | 52 |
| Binary | 10101011 | 10100000 | 101010 | 0 | 110 | 1001011 | 100001 | 110111 | 111101 | 101010 |
Color Harmonies of #ABA02A
Complementary color
Monochromatic Colors of #ABA02A
Black with #ABA02A
Text Example
Text Example
White with #ABA02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA02A; }
p { color: rgb(171,160,42); }
H1.HeaderClassName
{
color: #ABA02A;
}
.AnyTagClassName
{
color: #ABA02A;
}
</style>
background-color css
<style>
a { background-color: #ABA02A; }
a { background-color: rgb(171,160,42); }
div.DivClassName
{
background-color: #ABA02A;
}
.BgClassName
{
background-color: #ABA02A;
}
</style>
border-color css
<style>
span { border-color: #ABA02A; }
span { border-color: rgb(171,160,42); }
td.TdClassName
{
border-color: #ABA02A;
}
.TagClassName
{
border-color: #ABA02A;
}
</style>