Shades of Lucky #AB931E
Tints of Lucky #AB931E
RGB
CMYK
RGB Variations
Color information
#AB931E (or 0xAB931E) is known color: Lucky. HEX triplet: AB, 93 and 1E. RGB value is (171,147,30). Sum of RGB (Red+Green+Blue) = 171+147+30=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB931E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB931E is #546CE1. Grayscale: #8D8D8D. Windows color (decimal): -5532898 or 2003883. OLE color: 2003883.
HSL color Cylindrical-coordinate representation of color #AB931E: hue angle of 49.79º 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 #AB931E is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 147 | 30 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.33 |
| HSL | 49.79º | 0.7% | 0.39% | - |
| HSV(B) | 49.79º | 0.82% | 0.67% | - |
| XYZ | 27.46 | 29.62 | 5.5 | - |
| YUV | 140.84 | 65.45 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 147 | 30 | 0 | 0.14 | 0.82 | 0.33 | 49.79 | 0.7 | 0.39 |
| Hex | AB | 93 | 1E | 0 | E | 52 | 21 | 32 | 46 | 27 |
| Octal | 253 | 223 | 36 | 0 | 16 | 122 | 41 | 62 | 106 | 47 |
| Binary | 10101011 | 10010011 | 11110 | 0 | 1110 | 1010010 | 100001 | 110010 | 1000110 | 100111 |
Color Harmonies of #AB931E
Complementary color
Monochromatic Colors of #AB931E
Black with #AB931E
Text Example
Text Example
White with #AB931E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB931E; }
p { color: rgb(171,147,30); }
H1.HeaderClassName
{
color: #AB931E;
}
.AnyTagClassName
{
color: #AB931E;
}
</style>
background-color css
<style>
a { background-color: #AB931E; }
a { background-color: rgb(171,147,30); }
div.DivClassName
{
background-color: #AB931E;
}
.BgClassName
{
background-color: #AB931E;
}
</style>
border-color css
<style>
span { border-color: #AB931E; }
span { border-color: rgb(171,147,30); }
td.TdClassName
{
border-color: #AB931E;
}
.TagClassName
{
border-color: #AB931E;
}
</style>