Shades of Lucky #ABA20D
Tints of Lucky #ABA20D
RGB
CMYK
RGB Variations
Color information
#ABA20D (or 0xABA20D) is known color: Lucky. HEX triplet: AB, A2 and 0D. RGB value is (171,162,13). Sum of RGB (Red+Green+Blue) = 171+162+13=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA20D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA20D is #545DF2. Grayscale: #949494. Windows color (decimal): -5529075 or 893611. OLE color: 893611.
HSL color Cylindrical-coordinate representation of color #ABA20D: hue angle of 56.58º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ABA20D is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 13 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.33 |
| HSL | 56.58º | 0.86% | 0.36% | - |
| HSV(B) | 56.58º | 0.92% | 0.67% | - |
| XYZ | 29.79 | 34.53 | 5.48 | - |
| YUV | 147.71 | 51.98 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 13 | 0 | 0.05 | 0.92 | 0.33 | 56.58 | 0.86 | 0.36 |
| Hex | AB | A2 | D | 0 | 5 | 5C | 21 | 39 | 56 | 24 |
| Octal | 253 | 242 | 15 | 0 | 5 | 134 | 41 | 71 | 126 | 44 |
| Binary | 10101011 | 10100010 | 1101 | 0 | 101 | 1011100 | 100001 | 111001 | 1010110 | 100100 |
Color Harmonies of #ABA20D
Complementary color
Monochromatic Colors of #ABA20D
Black with #ABA20D
Text Example
Text Example
White with #ABA20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA20D; }
p { color: rgb(171,162,13); }
H1.HeaderClassName
{
color: #ABA20D;
}
.AnyTagClassName
{
color: #ABA20D;
}
</style>
background-color css
<style>
a { background-color: #ABA20D; }
a { background-color: rgb(171,162,13); }
div.DivClassName
{
background-color: #ABA20D;
}
.BgClassName
{
background-color: #ABA20D;
}
</style>
border-color css
<style>
span { border-color: #ABA20D; }
span { border-color: rgb(171,162,13); }
td.TdClassName
{
border-color: #ABA20D;
}
.TagClassName
{
border-color: #ABA20D;
}
</style>