Shades of Lucky #ABA70F
Tints of Lucky #ABA70F
RGB
CMYK
RGB Variations
Color information
#ABA70F (or 0xABA70F) is known color: Lucky. HEX triplet: AB, A7 and 0F. RGB value is (171,167,15). Sum of RGB (Red+Green+Blue) = 171+167+15=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 167 (65.62% from 255 or 47.31% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA70F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA70F is #5458F0. Grayscale: #979797. Windows color (decimal): -5527793 or 1025963. OLE color: 1025963.
HSL color Cylindrical-coordinate representation of color #ABA70F: hue angle of 58.46º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ABA70F is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 167 | 15 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.33 |
| HSL | 58.46º | 0.84% | 0.36% | - |
| HSV(B) | 58.46º | 0.91% | 0.67% | - |
| XYZ | 30.7 | 36.33 | 5.85 | - |
| YUV | 150.87 | 51.33 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 15 | 0 | 0.02 | 0.91 | 0.33 | 58.46 | 0.84 | 0.36 |
| Hex | AB | A7 | F | 0 | 2 | 5B | 21 | 3A | 54 | 24 |
| Octal | 253 | 247 | 17 | 0 | 2 | 133 | 41 | 72 | 124 | 44 |
| Binary | 10101011 | 10100111 | 1111 | 0 | 10 | 1011011 | 100001 | 111010 | 1010100 | 100100 |
Color Harmonies of #ABA70F
Complementary color
Monochromatic Colors of #ABA70F
Black with #ABA70F
Text Example
Text Example
White with #ABA70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA70F; }
p { color: rgb(171,167,15); }
H1.HeaderClassName
{
color: #ABA70F;
}
.AnyTagClassName
{
color: #ABA70F;
}
</style>
background-color css
<style>
a { background-color: #ABA70F; }
a { background-color: rgb(171,167,15); }
div.DivClassName
{
background-color: #ABA70F;
}
.BgClassName
{
background-color: #ABA70F;
}
</style>
border-color css
<style>
span { border-color: #ABA70F; }
span { border-color: rgb(171,167,15); }
td.TdClassName
{
border-color: #ABA70F;
}
.TagClassName
{
border-color: #ABA70F;
}
</style>