Shades of Lucky #ABA51C
Tints of Lucky #ABA51C
RGB
CMYK
RGB Variations
Color information
#ABA51C (or 0xABA51C) is known color: Lucky. HEX triplet: AB, A5 and 1C. RGB value is (171,165,28). Sum of RGB (Red+Green+Blue) = 171+165+28=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 165 (64.84% from 255 or 45.33% from 364); Blue value is 28 (11.33% from 255 or 7.69% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA51C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA51C is #545AE3. Grayscale: #979797. Windows color (decimal): -5528292 or 1877419. OLE color: 1877419.
HSL color Cylindrical-coordinate representation of color #ABA51C: hue angle of 57.48º 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 #ABA51C is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 165 | 28 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.33 |
| HSL | 57.48º | 0.72% | 0.39% | - |
| HSV(B) | 57.48º | 0.84% | 0.67% | - |
| XYZ | 30.46 | 35.65 | 6.37 | - |
| YUV | 151.18 | 58.49 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 28 | 0 | 0.04 | 0.84 | 0.33 | 57.48 | 0.72 | 0.39 |
| Hex | AB | A5 | 1C | 0 | 4 | 54 | 21 | 39 | 48 | 27 |
| Octal | 253 | 245 | 34 | 0 | 4 | 124 | 41 | 71 | 110 | 47 |
| Binary | 10101011 | 10100101 | 11100 | 0 | 100 | 1010100 | 100001 | 111001 | 1001000 | 100111 |
Color Harmonies of #ABA51C
Complementary color
Monochromatic Colors of #ABA51C
Black with #ABA51C
Text Example
Text Example
White with #ABA51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA51C; }
p { color: rgb(171,165,28); }
H1.HeaderClassName
{
color: #ABA51C;
}
.AnyTagClassName
{
color: #ABA51C;
}
</style>
background-color css
<style>
a { background-color: #ABA51C; }
a { background-color: rgb(171,165,28); }
div.DivClassName
{
background-color: #ABA51C;
}
.BgClassName
{
background-color: #ABA51C;
}
</style>
border-color css
<style>
span { border-color: #ABA51C; }
span { border-color: rgb(171,165,28); }
td.TdClassName
{
border-color: #ABA51C;
}
.TagClassName
{
border-color: #ABA51C;
}
</style>