Shades of Lucky #ABA11C
Tints of Lucky #ABA11C
RGB
CMYK
RGB Variations
Color information
#ABA11C (or 0xABA11C) is known color: Lucky. HEX triplet: AB, A1 and 1C. RGB value is (171,161,28). Sum of RGB (Red+Green+Blue) = 171+161+28=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA11C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA11C is #545EE3. Grayscale: #959595. Windows color (decimal): -5529316 or 1876395. OLE color: 1876395.
HSL color Cylindrical-coordinate representation of color #ABA11C: hue angle of 55.8º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ABA11C is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 28 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.33 |
| HSL | 55.8º | 0.72% | 0.39% | - |
| HSV(B) | 55.8º | 0.84% | 0.67% | - |
| XYZ | 29.75 | 34.23 | 6.14 | - |
| YUV | 148.83 | 59.81 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 28 | 0 | 0.06 | 0.84 | 0.33 | 55.8 | 0.72 | 0.39 |
| Hex | AB | A1 | 1C | 0 | 6 | 54 | 21 | 38 | 48 | 27 |
| Octal | 253 | 241 | 34 | 0 | 6 | 124 | 41 | 70 | 110 | 47 |
| Binary | 10101011 | 10100001 | 11100 | 0 | 110 | 1010100 | 100001 | 111000 | 1001000 | 100111 |
Color Harmonies of #ABA11C
Complementary color
Monochromatic Colors of #ABA11C
Black with #ABA11C
Text Example
Text Example
White with #ABA11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA11C; }
p { color: rgb(171,161,28); }
H1.HeaderClassName
{
color: #ABA11C;
}
.AnyTagClassName
{
color: #ABA11C;
}
</style>
background-color css
<style>
a { background-color: #ABA11C; }
a { background-color: rgb(171,161,28); }
div.DivClassName
{
background-color: #ABA11C;
}
.BgClassName
{
background-color: #ABA11C;
}
</style>
border-color css
<style>
span { border-color: #ABA11C; }
span { border-color: rgb(171,161,28); }
td.TdClassName
{
border-color: #ABA11C;
}
.TagClassName
{
border-color: #ABA11C;
}
</style>