Shades of Lucky #AB9E2A
Tints of Lucky #AB9E2A
RGB
CMYK
RGB Variations
Color information
#AB9E2A (or 0xAB9E2A) is known color: Lucky. HEX triplet: AB, 9E and 2A. RGB value is (171,158,42). Sum of RGB (Red+Green+Blue) = 171+158+42=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9E2A is #5461D5. Grayscale: #959595. Windows color (decimal): -5530070 or 2793131. OLE color: 2793131.
HSL color Cylindrical-coordinate representation of color #AB9E2A: hue angle of 53.95º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB9E2A is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 158 | 42 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.33 |
| HSL | 53.95º | 0.61% | 0.42% | - |
| HSV(B) | 53.95º | 0.75% | 0.67% | - |
| XYZ | 29.44 | 33.28 | 7.06 | - |
| YUV | 148.66 | 67.81 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 158 | 42 | 0 | 0.08 | 0.75 | 0.33 | 53.95 | 0.61 | 0.42 |
| Hex | AB | 9E | 2A | 0 | 8 | 4B | 21 | 36 | 3D | 2A |
| Octal | 253 | 236 | 52 | 0 | 10 | 113 | 41 | 66 | 75 | 52 |
| Binary | 10101011 | 10011110 | 101010 | 0 | 1000 | 1001011 | 100001 | 110110 | 111101 | 101010 |
Color Harmonies of #AB9E2A
Complementary color
Monochromatic Colors of #AB9E2A
Black with #AB9E2A
Text Example
Text Example
White with #AB9E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9E2A; }
p { color: rgb(171,158,42); }
H1.HeaderClassName
{
color: #AB9E2A;
}
.AnyTagClassName
{
color: #AB9E2A;
}
</style>
background-color css
<style>
a { background-color: #AB9E2A; }
a { background-color: rgb(171,158,42); }
div.DivClassName
{
background-color: #AB9E2A;
}
.BgClassName
{
background-color: #AB9E2A;
}
</style>
border-color css
<style>
span { border-color: #AB9E2A; }
span { border-color: rgb(171,158,42); }
td.TdClassName
{
border-color: #AB9E2A;
}
.TagClassName
{
border-color: #AB9E2A;
}
</style>