Shades of Lucky #AB9F2E
Tints of Lucky #AB9F2E
RGB
CMYK
RGB Variations
Color information
#AB9F2E (or 0xAB9F2E) is known color: Lucky. HEX triplet: AB, 9F and 2E. RGB value is (171,159,46). Sum of RGB (Red+Green+Blue) = 171+159+46=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 46 (18.36% from 255 or 12.23% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9F2E is #5460D1. Grayscale: #969696. Windows color (decimal): -5529810 or 3055531. OLE color: 3055531.
HSL color Cylindrical-coordinate representation of color #AB9F2E: hue angle of 54.24º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB9F2E is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 159 | 46 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.33 |
| HSL | 54.24º | 0.58% | 0.43% | - |
| HSV(B) | 54.24º | 0.73% | 0.67% | - |
| XYZ | 29.69 | 33.65 | 7.52 | - |
| YUV | 149.71 | 69.48 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 159 | 46 | 0 | 0.07 | 0.73 | 0.33 | 54.24 | 0.58 | 0.43 |
| Hex | AB | 9F | 2E | 0 | 7 | 49 | 21 | 36 | 3A | 2B |
| Octal | 253 | 237 | 56 | 0 | 7 | 111 | 41 | 66 | 72 | 53 |
| Binary | 10101011 | 10011111 | 101110 | 0 | 111 | 1001001 | 100001 | 110110 | 111010 | 101011 |
Color Harmonies of #AB9F2E
Complementary color
Monochromatic Colors of #AB9F2E
Black with #AB9F2E
Text Example
Text Example
White with #AB9F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9F2E; }
p { color: rgb(171,159,46); }
H1.HeaderClassName
{
color: #AB9F2E;
}
.AnyTagClassName
{
color: #AB9F2E;
}
</style>
background-color css
<style>
a { background-color: #AB9F2E; }
a { background-color: rgb(171,159,46); }
div.DivClassName
{
background-color: #AB9F2E;
}
.BgClassName
{
background-color: #AB9F2E;
}
</style>
border-color css
<style>
span { border-color: #AB9F2E; }
span { border-color: rgb(171,159,46); }
td.TdClassName
{
border-color: #AB9F2E;
}
.TagClassName
{
border-color: #AB9F2E;
}
</style>