Shades of Lucky #ABA70D
Tints of Lucky #ABA70D
RGB
CMYK
RGB Variations
Color information
#ABA70D (or 0xABA70D) is known color: Lucky. HEX triplet: AB, A7 and 0D. RGB value is (171,167,13). Sum of RGB (Red+Green+Blue) = 171+167+13=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 167 (65.62% from 255 or 47.58% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA70D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA70D is #5458F2. Grayscale: #979797. Windows color (decimal): -5527795 or 894891. OLE color: 894891.
HSL color Cylindrical-coordinate representation of color #ABA70D: hue angle of 58.48º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ABA70D is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 167 | 13 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.33 |
| HSL | 58.48º | 0.86% | 0.36% | - |
| HSV(B) | 58.48º | 0.92% | 0.67% | - |
| XYZ | 30.69 | 36.32 | 5.77 | - |
| YUV | 150.64 | 50.33 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 13 | 0 | 0.02 | 0.92 | 0.33 | 58.48 | 0.86 | 0.36 |
| Hex | AB | A7 | D | 0 | 2 | 5C | 21 | 3A | 56 | 24 |
| Octal | 253 | 247 | 15 | 0 | 2 | 134 | 41 | 72 | 126 | 44 |
| Binary | 10101011 | 10100111 | 1101 | 0 | 10 | 1011100 | 100001 | 111010 | 1010110 | 100100 |
Color Harmonies of #ABA70D
Complementary color
Monochromatic Colors of #ABA70D
Black with #ABA70D
Text Example
Text Example
White with #ABA70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA70D; }
p { color: rgb(171,167,13); }
H1.HeaderClassName
{
color: #ABA70D;
}
.AnyTagClassName
{
color: #ABA70D;
}
</style>
background-color css
<style>
a { background-color: #ABA70D; }
a { background-color: rgb(171,167,13); }
div.DivClassName
{
background-color: #ABA70D;
}
.BgClassName
{
background-color: #ABA70D;
}
</style>
border-color css
<style>
span { border-color: #ABA70D; }
span { border-color: rgb(171,167,13); }
td.TdClassName
{
border-color: #ABA70D;
}
.TagClassName
{
border-color: #ABA70D;
}
</style>