Shades of Lucky #AB9A0E
Tints of Lucky #AB9A0E
RGB
CMYK
RGB Variations
Color information
#AB9A0E (or 0xAB9A0E) is known color: Lucky. HEX triplet: AB, 9A and 0E. RGB value is (171,154,14). Sum of RGB (Red+Green+Blue) = 171+154+14=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 154 (60.55% from 255 or 45.43% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9A0E is #5465F1. Grayscale: #8F8F8F. Windows color (decimal): -5531122 or 957099. OLE color: 957099.
HSL color Cylindrical-coordinate representation of color #AB9A0E: hue angle of 53.5º degrees, saturation: 0.85, 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 #AB9A0E is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 154 | 14 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.33 |
| HSL | 53.5º | 0.85% | 0.36% | - |
| HSV(B) | 53.5º | 0.92% | 0.67% | - |
| XYZ | 28.43 | 31.8 | 5.06 | - |
| YUV | 143.12 | 55.13 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 154 | 14 | 0 | 0.10 | 0.92 | 0.33 | 53.5 | 0.85 | 0.36 |
| Hex | AB | 9A | E | 0 | A | 5C | 21 | 36 | 55 | 24 |
| Octal | 253 | 232 | 16 | 0 | 12 | 134 | 41 | 66 | 125 | 44 |
| Binary | 10101011 | 10011010 | 1110 | 0 | 1010 | 1011100 | 100001 | 110110 | 1010101 | 100100 |
Color Harmonies of #AB9A0E
Complementary color
Monochromatic Colors of #AB9A0E
Black with #AB9A0E
Text Example
Text Example
White with #AB9A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9A0E; }
p { color: rgb(171,154,14); }
H1.HeaderClassName
{
color: #AB9A0E;
}
.AnyTagClassName
{
color: #AB9A0E;
}
</style>
background-color css
<style>
a { background-color: #AB9A0E; }
a { background-color: rgb(171,154,14); }
div.DivClassName
{
background-color: #AB9A0E;
}
.BgClassName
{
background-color: #AB9A0E;
}
</style>
border-color css
<style>
span { border-color: #AB9A0E; }
span { border-color: rgb(171,154,14); }
td.TdClassName
{
border-color: #AB9A0E;
}
.TagClassName
{
border-color: #AB9A0E;
}
</style>