Shades of Lucky #AB8D1B
Tints of Lucky #AB8D1B
RGB
CMYK
RGB Variations
Color information
#AB8D1B (or 0xAB8D1B) is known color: Lucky. HEX triplet: AB, 8D and 1B. RGB value is (171,141,27). Sum of RGB (Red+Green+Blue) = 171+141+27=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 27 (10.94% from 255 or 7.96% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8D1B is #5472E4. Grayscale: #898989. Windows color (decimal): -5534437 or 1805739. OLE color: 1805739.
HSL color Cylindrical-coordinate representation of color #AB8D1B: hue angle of 47.5º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB8D1B is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 141 | 27 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.33 |
| HSL | 47.5º | 0.73% | 0.39% | - |
| HSV(B) | 47.5º | 0.84% | 0.67% | - |
| XYZ | 26.52 | 27.79 | 5 | - |
| YUV | 136.97 | 65.94 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 27 | 0 | 0.18 | 0.84 | 0.33 | 47.5 | 0.73 | 0.39 |
| Hex | AB | 8D | 1B | 0 | 12 | 54 | 21 | 30 | 49 | 27 |
| Octal | 253 | 215 | 33 | 0 | 22 | 124 | 41 | 60 | 111 | 47 |
| Binary | 10101011 | 10001101 | 11011 | 0 | 10010 | 1010100 | 100001 | 110000 | 1001001 | 100111 |
Color Harmonies of #AB8D1B
Complementary color
Monochromatic Colors of #AB8D1B
Black with #AB8D1B
Text Example
Text Example
White with #AB8D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8D1B; }
p { color: rgb(171,141,27); }
H1.HeaderClassName
{
color: #AB8D1B;
}
.AnyTagClassName
{
color: #AB8D1B;
}
</style>
background-color css
<style>
a { background-color: #AB8D1B; }
a { background-color: rgb(171,141,27); }
div.DivClassName
{
background-color: #AB8D1B;
}
.BgClassName
{
background-color: #AB8D1B;
}
</style>
border-color css
<style>
span { border-color: #AB8D1B; }
span { border-color: rgb(171,141,27); }
td.TdClassName
{
border-color: #AB8D1B;
}
.TagClassName
{
border-color: #AB8D1B;
}
</style>