Shades of Lucky #AB9D1E
Tints of Lucky #AB9D1E
RGB
CMYK
RGB Variations
Color information
#AB9D1E (or 0xAB9D1E) is known color: Lucky. HEX triplet: AB, 9D and 1E. RGB value is (171,157,30). Sum of RGB (Red+Green+Blue) = 171+157+30=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 157 (61.72% from 255 or 43.85% from 358); Blue value is 30 (12.11% from 255 or 8.38% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9D1E is #5462E1. Grayscale: #939393. Windows color (decimal): -5530338 or 2006443. OLE color: 2006443.
HSL color Cylindrical-coordinate representation of color #AB9D1E: hue angle of 54.04º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB9D1E is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 157 | 30 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.33 |
| HSL | 54.04º | 0.7% | 0.39% | - |
| HSV(B) | 54.04º | 0.82% | 0.67% | - |
| XYZ | 29.09 | 32.87 | 6.04 | - |
| YUV | 146.71 | 62.14 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 157 | 30 | 0 | 0.08 | 0.82 | 0.33 | 54.04 | 0.7 | 0.39 |
| Hex | AB | 9D | 1E | 0 | 8 | 52 | 21 | 36 | 46 | 27 |
| Octal | 253 | 235 | 36 | 0 | 10 | 122 | 41 | 66 | 106 | 47 |
| Binary | 10101011 | 10011101 | 11110 | 0 | 1000 | 1010010 | 100001 | 110110 | 1000110 | 100111 |
Color Harmonies of #AB9D1E
Complementary color
Monochromatic Colors of #AB9D1E
Black with #AB9D1E
Text Example
Text Example
White with #AB9D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9D1E; }
p { color: rgb(171,157,30); }
H1.HeaderClassName
{
color: #AB9D1E;
}
.AnyTagClassName
{
color: #AB9D1E;
}
</style>
background-color css
<style>
a { background-color: #AB9D1E; }
a { background-color: rgb(171,157,30); }
div.DivClassName
{
background-color: #AB9D1E;
}
.BgClassName
{
background-color: #AB9D1E;
}
</style>
border-color css
<style>
span { border-color: #AB9D1E; }
span { border-color: rgb(171,157,30); }
td.TdClassName
{
border-color: #AB9D1E;
}
.TagClassName
{
border-color: #AB9D1E;
}
</style>