Shades of Lucky #ABA31C
Tints of Lucky #ABA31C
RGB
CMYK
RGB Variations
Color information
#ABA31C (or 0xABA31C) is known color: Lucky. HEX triplet: AB, A3 and 1C. RGB value is (171,163,28). Sum of RGB (Red+Green+Blue) = 171+163+28=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 163 (64.06% from 255 or 45.03% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA31C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA31C is #545CE3. Grayscale: #969696. Windows color (decimal): -5528804 or 1876907. OLE color: 1876907.
HSL color Cylindrical-coordinate representation of color #ABA31C: hue angle of 56.64º 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 #ABA31C is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 28 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.33 |
| HSL | 56.64º | 0.72% | 0.39% | - |
| HSV(B) | 56.64º | 0.84% | 0.67% | - |
| XYZ | 30.1 | 34.94 | 6.26 | - |
| YUV | 150 | 59.15 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 28 | 0 | 0.05 | 0.84 | 0.33 | 56.64 | 0.72 | 0.39 |
| Hex | AB | A3 | 1C | 0 | 5 | 54 | 21 | 39 | 48 | 27 |
| Octal | 253 | 243 | 34 | 0 | 5 | 124 | 41 | 71 | 110 | 47 |
| Binary | 10101011 | 10100011 | 11100 | 0 | 101 | 1010100 | 100001 | 111001 | 1001000 | 100111 |
Color Harmonies of #ABA31C
Complementary color
Monochromatic Colors of #ABA31C
Black with #ABA31C
Text Example
Text Example
White with #ABA31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA31C; }
p { color: rgb(171,163,28); }
H1.HeaderClassName
{
color: #ABA31C;
}
.AnyTagClassName
{
color: #ABA31C;
}
</style>
background-color css
<style>
a { background-color: #ABA31C; }
a { background-color: rgb(171,163,28); }
div.DivClassName
{
background-color: #ABA31C;
}
.BgClassName
{
background-color: #ABA31C;
}
</style>
border-color css
<style>
span { border-color: #ABA31C; }
span { border-color: rgb(171,163,28); }
td.TdClassName
{
border-color: #ABA31C;
}
.TagClassName
{
border-color: #ABA31C;
}
</style>