Shades of Lucky #AB9A12
Tints of Lucky #AB9A12
RGB
CMYK
RGB Variations
Color information
#AB9A12 (or 0xAB9A12) is known color: Lucky. HEX triplet: AB, 9A and 12. RGB value is (171,154,18). Sum of RGB (Red+Green+Blue) = 171+154+18=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 154 (60.55% from 255 or 44.90% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9A12 is #5465ED. Grayscale: #909090. Windows color (decimal): -5531118 or 1219243. OLE color: 1219243.
HSL color Cylindrical-coordinate representation of color #AB9A12: hue angle of 53.33º 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 #AB9A12 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 154 | 18 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.33 |
| HSL | 53.33º | 0.81% | 0.37% | - |
| HSV(B) | 53.33º | 0.89% | 0.67% | - |
| XYZ | 28.46 | 31.81 | 5.21 | - |
| YUV | 143.58 | 57.13 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 154 | 18 | 0 | 0.10 | 0.89 | 0.33 | 53.33 | 0.81 | 0.37 |
| Hex | AB | 9A | 12 | 0 | A | 59 | 21 | 35 | 51 | 25 |
| Octal | 253 | 232 | 22 | 0 | 12 | 131 | 41 | 65 | 121 | 45 |
| Binary | 10101011 | 10011010 | 10010 | 0 | 1010 | 1011001 | 100001 | 110101 | 1010001 | 100101 |
Color Harmonies of #AB9A12
Complementary color
Monochromatic Colors of #AB9A12
Black with #AB9A12
Text Example
Text Example
White with #AB9A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9A12; }
p { color: rgb(171,154,18); }
H1.HeaderClassName
{
color: #AB9A12;
}
.AnyTagClassName
{
color: #AB9A12;
}
</style>
background-color css
<style>
a { background-color: #AB9A12; }
a { background-color: rgb(171,154,18); }
div.DivClassName
{
background-color: #AB9A12;
}
.BgClassName
{
background-color: #AB9A12;
}
</style>
border-color css
<style>
span { border-color: #AB9A12; }
span { border-color: rgb(171,154,18); }
td.TdClassName
{
border-color: #AB9A12;
}
.TagClassName
{
border-color: #AB9A12;
}
</style>