Shades of Lucky #ABA710
Tints of Lucky #ABA710
RGB
CMYK
RGB Variations
Color information
#ABA710 (or 0xABA710) is known color: Lucky. HEX triplet: AB, A7 and 10. RGB value is (171,167,16). Sum of RGB (Red+Green+Blue) = 171+167+16=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 167 (65.62% from 255 or 47.18% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA710 is #5458EF. Grayscale: #979797. Windows color (decimal): -5527792 or 1091499. OLE color: 1091499.
HSL color Cylindrical-coordinate representation of color #ABA710: hue angle of 58.45º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ABA710 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 167 | 16 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.33 |
| HSL | 58.45º | 0.83% | 0.37% | - |
| HSV(B) | 58.45º | 0.91% | 0.67% | - |
| XYZ | 30.71 | 36.33 | 5.88 | - |
| YUV | 150.98 | 51.83 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 16 | 0 | 0.02 | 0.91 | 0.33 | 58.45 | 0.83 | 0.37 |
| Hex | AB | A7 | 10 | 0 | 2 | 5B | 21 | 3A | 53 | 25 |
| Octal | 253 | 247 | 20 | 0 | 2 | 133 | 41 | 72 | 123 | 45 |
| Binary | 10101011 | 10100111 | 10000 | 0 | 10 | 1011011 | 100001 | 111010 | 1010011 | 100101 |
Color Harmonies of #ABA710
Complementary color
Monochromatic Colors of #ABA710
Black with #ABA710
Text Example
Text Example
White with #ABA710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA710; }
p { color: rgb(171,167,16); }
H1.HeaderClassName
{
color: #ABA710;
}
.AnyTagClassName
{
color: #ABA710;
}
</style>
background-color css
<style>
a { background-color: #ABA710; }
a { background-color: rgb(171,167,16); }
div.DivClassName
{
background-color: #ABA710;
}
.BgClassName
{
background-color: #ABA710;
}
</style>
border-color css
<style>
span { border-color: #ABA710; }
span { border-color: rgb(171,167,16); }
td.TdClassName
{
border-color: #ABA710;
}
.TagClassName
{
border-color: #ABA710;
}
</style>