Shades of Lucky #ABA80F
Tints of Lucky #ABA80F
RGB
CMYK
RGB Variations
Color information
#ABA80F (or 0xABA80F) is known color: Lucky. HEX triplet: AB, A8 and 0F. RGB value is (171,168,15). Sum of RGB (Red+Green+Blue) = 171+168+15=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 168 (66.02% from 255 or 47.46% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA80F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA80F is #5457F0. Grayscale: #989898. Windows color (decimal): -5527537 or 1026219. OLE color: 1026219.
HSL color Cylindrical-coordinate representation of color #ABA80F: hue angle of 58.85º 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 #ABA80F is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 15 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.33 |
| HSL | 58.85º | 0.84% | 0.36% | - |
| HSV(B) | 58.85º | 0.91% | 0.67% | - |
| XYZ | 30.88 | 36.7 | 5.91 | - |
| YUV | 151.46 | 50.99 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 15 | 0 | 0.02 | 0.91 | 0.33 | 58.85 | 0.84 | 0.36 |
| Hex | AB | A8 | F | 0 | 2 | 5B | 21 | 3B | 54 | 24 |
| Octal | 253 | 250 | 17 | 0 | 2 | 133 | 41 | 73 | 124 | 44 |
| Binary | 10101011 | 10101000 | 1111 | 0 | 10 | 1011011 | 100001 | 111011 | 1010100 | 100100 |
Color Harmonies of #ABA80F
Complementary color
Monochromatic Colors of #ABA80F
Black with #ABA80F
Text Example
Text Example
White with #ABA80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA80F; }
p { color: rgb(171,168,15); }
H1.HeaderClassName
{
color: #ABA80F;
}
.AnyTagClassName
{
color: #ABA80F;
}
</style>
background-color css
<style>
a { background-color: #ABA80F; }
a { background-color: rgb(171,168,15); }
div.DivClassName
{
background-color: #ABA80F;
}
.BgClassName
{
background-color: #ABA80F;
}
</style>
border-color css
<style>
span { border-color: #ABA80F; }
span { border-color: rgb(171,168,15); }
td.TdClassName
{
border-color: #ABA80F;
}
.TagClassName
{
border-color: #ABA80F;
}
</style>