Shades of Lucky #AB8C19
Tints of Lucky #AB8C19
RGB
CMYK
RGB Variations
Color information
#AB8C19 (or 0xAB8C19) is known color: Lucky. HEX triplet: AB, 8C and 19. RGB value is (171,140,25). Sum of RGB (Red+Green+Blue) = 171+140+25=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8C19 is #5473E6. Grayscale: #888888. Windows color (decimal): -5534695 or 1674411. OLE color: 1674411.
HSL color Cylindrical-coordinate representation of color #AB8C19: hue angle of 47.26º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB8C19 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 140 | 25 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.33 |
| HSL | 47.26º | 0.74% | 0.38% | - |
| HSV(B) | 47.26º | 0.85% | 0.67% | - |
| XYZ | 26.35 | 27.48 | 4.84 | - |
| YUV | 136.16 | 65.27 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 25 | 0 | 0.18 | 0.85 | 0.33 | 47.26 | 0.74 | 0.38 |
| Hex | AB | 8C | 19 | 0 | 12 | 55 | 21 | 2F | 4A | 26 |
| Octal | 253 | 214 | 31 | 0 | 22 | 125 | 41 | 57 | 112 | 46 |
| Binary | 10101011 | 10001100 | 11001 | 0 | 10010 | 1010101 | 100001 | 101111 | 1001010 | 100110 |
Color Harmonies of #AB8C19
Complementary color
Monochromatic Colors of #AB8C19
Black with #AB8C19
Text Example
Text Example
White with #AB8C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8C19; }
p { color: rgb(171,140,25); }
H1.HeaderClassName
{
color: #AB8C19;
}
.AnyTagClassName
{
color: #AB8C19;
}
</style>
background-color css
<style>
a { background-color: #AB8C19; }
a { background-color: rgb(171,140,25); }
div.DivClassName
{
background-color: #AB8C19;
}
.BgClassName
{
background-color: #AB8C19;
}
</style>
border-color css
<style>
span { border-color: #AB8C19; }
span { border-color: rgb(171,140,25); }
td.TdClassName
{
border-color: #AB8C19;
}
.TagClassName
{
border-color: #AB8C19;
}
</style>