Shades of Lucky #ABA20F
Tints of Lucky #ABA20F
RGB
CMYK
RGB Variations
Color information
#ABA20F (or 0xABA20F) is known color: Lucky. HEX triplet: AB, A2 and 0F. RGB value is (171,162,15). Sum of RGB (Red+Green+Blue) = 171+162+15=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 162 (63.67% from 255 or 46.55% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA20F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA20F is #545DF0. Grayscale: #949494. Windows color (decimal): -5529073 or 1024683. OLE color: 1024683.
HSL color Cylindrical-coordinate representation of color #ABA20F: hue angle of 56.54º 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 #ABA20F is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 15 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.33 |
| HSL | 56.54º | 0.84% | 0.36% | - |
| HSV(B) | 56.54º | 0.91% | 0.67% | - |
| XYZ | 29.8 | 34.53 | 5.55 | - |
| YUV | 147.93 | 52.98 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 15 | 0 | 0.05 | 0.91 | 0.33 | 56.54 | 0.84 | 0.36 |
| Hex | AB | A2 | F | 0 | 5 | 5B | 21 | 39 | 54 | 24 |
| Octal | 253 | 242 | 17 | 0 | 5 | 133 | 41 | 71 | 124 | 44 |
| Binary | 10101011 | 10100010 | 1111 | 0 | 101 | 1011011 | 100001 | 111001 | 1010100 | 100100 |
Color Harmonies of #ABA20F
Complementary color
Monochromatic Colors of #ABA20F
Black with #ABA20F
Text Example
Text Example
White with #ABA20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA20F; }
p { color: rgb(171,162,15); }
H1.HeaderClassName
{
color: #ABA20F;
}
.AnyTagClassName
{
color: #ABA20F;
}
</style>
background-color css
<style>
a { background-color: #ABA20F; }
a { background-color: rgb(171,162,15); }
div.DivClassName
{
background-color: #ABA20F;
}
.BgClassName
{
background-color: #ABA20F;
}
</style>
border-color css
<style>
span { border-color: #ABA20F; }
span { border-color: rgb(171,162,15); }
td.TdClassName
{
border-color: #ABA20F;
}
.TagClassName
{
border-color: #ABA20F;
}
</style>