Shades of Lucky #AB910E
Tints of Lucky #AB910E
RGB
CMYK
RGB Variations
Color information
#AB910E (or 0xAB910E) is known color: Lucky. HEX triplet: AB, 91 and 0E. RGB value is (171,145,14). Sum of RGB (Red+Green+Blue) = 171+145+14=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB910E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB910E is #546EF1. Grayscale: #8A8A8A. Windows color (decimal): -5533426 or 954795. OLE color: 954795.
HSL color Cylindrical-coordinate representation of color #AB910E: hue angle of 50.06º 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 #AB910E is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 145 | 14 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.33 |
| HSL | 50.06º | 0.85% | 0.36% | - |
| HSV(B) | 50.06º | 0.92% | 0.67% | - |
| XYZ | 27 | 28.94 | 4.58 | - |
| YUV | 137.84 | 58.11 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 145 | 14 | 0 | 0.15 | 0.92 | 0.33 | 50.06 | 0.85 | 0.36 |
| Hex | AB | 91 | E | 0 | F | 5C | 21 | 32 | 55 | 24 |
| Octal | 253 | 221 | 16 | 0 | 17 | 134 | 41 | 62 | 125 | 44 |
| Binary | 10101011 | 10010001 | 1110 | 0 | 1111 | 1011100 | 100001 | 110010 | 1010101 | 100100 |
Color Harmonies of #AB910E
Complementary color
Monochromatic Colors of #AB910E
Black with #AB910E
Text Example
Text Example
White with #AB910E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB910E; }
p { color: rgb(171,145,14); }
H1.HeaderClassName
{
color: #AB910E;
}
.AnyTagClassName
{
color: #AB910E;
}
</style>
background-color css
<style>
a { background-color: #AB910E; }
a { background-color: rgb(171,145,14); }
div.DivClassName
{
background-color: #AB910E;
}
.BgClassName
{
background-color: #AB910E;
}
</style>
border-color css
<style>
span { border-color: #AB910E; }
span { border-color: rgb(171,145,14); }
td.TdClassName
{
border-color: #AB910E;
}
.TagClassName
{
border-color: #AB910E;
}
</style>