Shades of Lucky #ABA30F
Tints of Lucky #ABA30F
RGB
CMYK
RGB Variations
Color information
#ABA30F (or 0xABA30F) is known color: Lucky. HEX triplet: AB, A3 and 0F. RGB value is (171,163,15). Sum of RGB (Red+Green+Blue) = 171+163+15=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 163 (64.06% from 255 or 46.70% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA30F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA30F is #545CF0. Grayscale: #959595. Windows color (decimal): -5528817 or 1024939. OLE color: 1024939.
HSL color Cylindrical-coordinate representation of color #ABA30F: hue angle of 56.92º 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 #ABA30F is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 15 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.33 |
| HSL | 56.92º | 0.84% | 0.36% | - |
| HSV(B) | 56.92º | 0.91% | 0.67% | - |
| XYZ | 29.98 | 34.89 | 5.61 | - |
| YUV | 148.52 | 52.65 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 15 | 0 | 0.05 | 0.91 | 0.33 | 56.92 | 0.84 | 0.36 |
| Hex | AB | A3 | F | 0 | 5 | 5B | 21 | 39 | 54 | 24 |
| Octal | 253 | 243 | 17 | 0 | 5 | 133 | 41 | 71 | 124 | 44 |
| Binary | 10101011 | 10100011 | 1111 | 0 | 101 | 1011011 | 100001 | 111001 | 1010100 | 100100 |
Color Harmonies of #ABA30F
Complementary color
Monochromatic Colors of #ABA30F
Black with #ABA30F
Text Example
Text Example
White with #ABA30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA30F; }
p { color: rgb(171,163,15); }
H1.HeaderClassName
{
color: #ABA30F;
}
.AnyTagClassName
{
color: #ABA30F;
}
</style>
background-color css
<style>
a { background-color: #ABA30F; }
a { background-color: rgb(171,163,15); }
div.DivClassName
{
background-color: #ABA30F;
}
.BgClassName
{
background-color: #ABA30F;
}
</style>
border-color css
<style>
span { border-color: #ABA30F; }
span { border-color: rgb(171,163,15); }
td.TdClassName
{
border-color: #ABA30F;
}
.TagClassName
{
border-color: #ABA30F;
}
</style>