Shades of Lucky #ABAA12
Tints of Lucky #ABAA12
RGB
CMYK
RGB Variations
Color information
#ABAA12 (or 0xABAA12) is known color: Lucky. HEX triplet: AB, AA and 12. RGB value is (171,170,18). Sum of RGB (Red+Green+Blue) = 171+170+18=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAA12 is #5455ED. Grayscale: #999999. Windows color (decimal): -5527022 or 1223339. OLE color: 1223339.
HSL color Cylindrical-coordinate representation of color #ABAA12: hue angle of 59.61º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ABAA12 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 18 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.33 |
| HSL | 59.61º | 0.81% | 0.37% | - |
| HSV(B) | 59.61º | 0.89% | 0.67% | - |
| XYZ | 31.28 | 37.45 | 6.15 | - |
| YUV | 152.97 | 51.83 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 18 | 0 | 0.01 | 0.89 | 0.33 | 59.61 | 0.81 | 0.37 |
| Hex | AB | AA | 12 | 0 | 1 | 59 | 21 | 3C | 51 | 25 |
| Octal | 253 | 252 | 22 | 0 | 1 | 131 | 41 | 74 | 121 | 45 |
| Binary | 10101011 | 10101010 | 10010 | 0 | 1 | 1011001 | 100001 | 111100 | 1010001 | 100101 |
Color Harmonies of #ABAA12
Complementary color
Monochromatic Colors of #ABAA12
Black with #ABAA12
Text Example
Text Example
White with #ABAA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA12; }
p { color: rgb(171,170,18); }
H1.HeaderClassName
{
color: #ABAA12;
}
.AnyTagClassName
{
color: #ABAA12;
}
</style>
background-color css
<style>
a { background-color: #ABAA12; }
a { background-color: rgb(171,170,18); }
div.DivClassName
{
background-color: #ABAA12;
}
.BgClassName
{
background-color: #ABAA12;
}
</style>
border-color css
<style>
span { border-color: #ABAA12; }
span { border-color: rgb(171,170,18); }
td.TdClassName
{
border-color: #ABAA12;
}
.TagClassName
{
border-color: #ABAA12;
}
</style>