Shades of Lucky #ABA70B
Tints of Lucky #ABA70B
RGB
CMYK
RGB Variations
Color information
#ABA70B (or 0xABA70B) is known color: Lucky. HEX triplet: AB, A7 and 0B. RGB value is (171,167,11). Sum of RGB (Red+Green+Blue) = 171+167+11=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 167 (65.62% from 255 or 47.85% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA70B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA70B is #5458F4. Grayscale: #979797. Windows color (decimal): -5527797 or 763819. OLE color: 763819.
HSL color Cylindrical-coordinate representation of color #ABA70B: hue angle of 58.5º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABA70B is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 167 | 11 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.33 |
| HSL | 58.5º | 0.88% | 0.36% | - |
| HSV(B) | 58.5º | 0.94% | 0.67% | - |
| XYZ | 30.67 | 36.32 | 5.71 | - |
| YUV | 150.41 | 49.33 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 11 | 0 | 0.02 | 0.94 | 0.33 | 58.5 | 0.88 | 0.36 |
| Hex | AB | A7 | B | 0 | 2 | 5E | 21 | 3A | 58 | 24 |
| Octal | 253 | 247 | 13 | 0 | 2 | 136 | 41 | 72 | 130 | 44 |
| Binary | 10101011 | 10100111 | 1011 | 0 | 10 | 1011110 | 100001 | 111010 | 1011000 | 100100 |
Color Harmonies of #ABA70B
Complementary color
Monochromatic Colors of #ABA70B
Black with #ABA70B
Text Example
Text Example
White with #ABA70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA70B; }
p { color: rgb(171,167,11); }
H1.HeaderClassName
{
color: #ABA70B;
}
.AnyTagClassName
{
color: #ABA70B;
}
</style>
background-color css
<style>
a { background-color: #ABA70B; }
a { background-color: rgb(171,167,11); }
div.DivClassName
{
background-color: #ABA70B;
}
.BgClassName
{
background-color: #ABA70B;
}
</style>
border-color css
<style>
span { border-color: #ABA70B; }
span { border-color: rgb(171,167,11); }
td.TdClassName
{
border-color: #ABA70B;
}
.TagClassName
{
border-color: #ABA70B;
}
</style>