Shades of Lucky #AB8C1E
Tints of Lucky #AB8C1E
RGB
CMYK
RGB Variations
Color information
#AB8C1E (or 0xAB8C1E) is known color: Lucky. HEX triplet: AB, 8C and 1E. RGB value is (171,140,30). Sum of RGB (Red+Green+Blue) = 171+140+30=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8C1E is #5473E1. Grayscale: #898989. Windows color (decimal): -5534690 or 2002091. OLE color: 2002091.
HSL color Cylindrical-coordinate representation of color #AB8C1E: hue angle of 46.81º 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 #AB8C1E is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 140 | 30 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.33 |
| HSL | 46.81º | 0.7% | 0.39% | - |
| HSV(B) | 46.81º | 0.82% | 0.67% | - |
| XYZ | 26.41 | 27.51 | 5.15 | - |
| YUV | 136.73 | 67.77 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 30 | 0 | 0.18 | 0.82 | 0.33 | 46.81 | 0.7 | 0.39 |
| Hex | AB | 8C | 1E | 0 | 12 | 52 | 21 | 2F | 46 | 27 |
| Octal | 253 | 214 | 36 | 0 | 22 | 122 | 41 | 57 | 106 | 47 |
| Binary | 10101011 | 10001100 | 11110 | 0 | 10010 | 1010010 | 100001 | 101111 | 1000110 | 100111 |
Color Harmonies of #AB8C1E
Complementary color
Monochromatic Colors of #AB8C1E
Black with #AB8C1E
Text Example
Text Example
White with #AB8C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8C1E; }
p { color: rgb(171,140,30); }
H1.HeaderClassName
{
color: #AB8C1E;
}
.AnyTagClassName
{
color: #AB8C1E;
}
</style>
background-color css
<style>
a { background-color: #AB8C1E; }
a { background-color: rgb(171,140,30); }
div.DivClassName
{
background-color: #AB8C1E;
}
.BgClassName
{
background-color: #AB8C1E;
}
</style>
border-color css
<style>
span { border-color: #AB8C1E; }
span { border-color: rgb(171,140,30); }
td.TdClassName
{
border-color: #AB8C1E;
}
.TagClassName
{
border-color: #AB8C1E;
}
</style>