Shades of Lucky #ABA512
Tints of Lucky #ABA512
RGB
CMYK
RGB Variations
Color information
#ABA512 (or 0xABA512) is known color: Lucky. HEX triplet: AB, A5 and 12. RGB value is (171,165,18). Sum of RGB (Red+Green+Blue) = 171+165+18=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 165 (64.84% from 255 or 46.61% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA512 is #545AED. Grayscale: #969696. Windows color (decimal): -5528302 or 1222059. OLE color: 1222059.
HSL color Cylindrical-coordinate representation of color #ABA512: hue angle of 57.65º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ABA512 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 165 | 18 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.33 |
| HSL | 57.65º | 0.81% | 0.37% | - |
| HSV(B) | 57.65º | 0.89% | 0.67% | - |
| XYZ | 30.36 | 35.61 | 5.85 | - |
| YUV | 150.04 | 53.49 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 18 | 0 | 0.04 | 0.89 | 0.33 | 57.65 | 0.81 | 0.37 |
| Hex | AB | A5 | 12 | 0 | 4 | 59 | 21 | 3A | 51 | 25 |
| Octal | 253 | 245 | 22 | 0 | 4 | 131 | 41 | 72 | 121 | 45 |
| Binary | 10101011 | 10100101 | 10010 | 0 | 100 | 1011001 | 100001 | 111010 | 1010001 | 100101 |
Color Harmonies of #ABA512
Complementary color
Monochromatic Colors of #ABA512
Black with #ABA512
Text Example
Text Example
White with #ABA512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA512; }
p { color: rgb(171,165,18); }
H1.HeaderClassName
{
color: #ABA512;
}
.AnyTagClassName
{
color: #ABA512;
}
</style>
background-color css
<style>
a { background-color: #ABA512; }
a { background-color: rgb(171,165,18); }
div.DivClassName
{
background-color: #ABA512;
}
.BgClassName
{
background-color: #ABA512;
}
</style>
border-color css
<style>
span { border-color: #ABA512; }
span { border-color: rgb(171,165,18); }
td.TdClassName
{
border-color: #ABA512;
}
.TagClassName
{
border-color: #ABA512;
}
</style>