Shades of Lucky #ABA01C
Tints of Lucky #ABA01C
RGB
CMYK
RGB Variations
Color information
#ABA01C (or 0xABA01C) is known color: Lucky. HEX triplet: AB, A0 and 1C. RGB value is (171,160,28). Sum of RGB (Red+Green+Blue) = 171+160+28=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 160 (62.89% from 255 or 44.57% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA01C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA01C is #545FE3. Grayscale: #949494. Windows color (decimal): -5529572 or 1876139. OLE color: 1876139.
HSL color Cylindrical-coordinate representation of color #ABA01C: hue angle of 55.38º 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 #ABA01C is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 28 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.33 |
| HSL | 55.38º | 0.72% | 0.39% | - |
| HSV(B) | 55.38º | 0.84% | 0.67% | - |
| XYZ | 29.58 | 33.88 | 6.08 | - |
| YUV | 148.24 | 60.14 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 28 | 0 | 0.06 | 0.84 | 0.33 | 55.38 | 0.72 | 0.39 |
| Hex | AB | A0 | 1C | 0 | 6 | 54 | 21 | 37 | 48 | 27 |
| Octal | 253 | 240 | 34 | 0 | 6 | 124 | 41 | 67 | 110 | 47 |
| Binary | 10101011 | 10100000 | 11100 | 0 | 110 | 1010100 | 100001 | 110111 | 1001000 | 100111 |
Color Harmonies of #ABA01C
Complementary color
Monochromatic Colors of #ABA01C
Black with #ABA01C
Text Example
Text Example
White with #ABA01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA01C; }
p { color: rgb(171,160,28); }
H1.HeaderClassName
{
color: #ABA01C;
}
.AnyTagClassName
{
color: #ABA01C;
}
</style>
background-color css
<style>
a { background-color: #ABA01C; }
a { background-color: rgb(171,160,28); }
div.DivClassName
{
background-color: #ABA01C;
}
.BgClassName
{
background-color: #ABA01C;
}
</style>
border-color css
<style>
span { border-color: #ABA01C; }
span { border-color: rgb(171,160,28); }
td.TdClassName
{
border-color: #ABA01C;
}
.TagClassName
{
border-color: #ABA01C;
}
</style>