Shades of Lucky #AB901E
Tints of Lucky #AB901E
RGB
CMYK
RGB Variations
Color information
#AB901E (or 0xAB901E) is known color: Lucky. HEX triplet: AB, 90 and 1E. RGB value is (171,144,30). Sum of RGB (Red+Green+Blue) = 171+144+30=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB901E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB901E is #546FE1. Grayscale: #8B8B8B. Windows color (decimal): -5533666 or 2003115. OLE color: 2003115.
HSL color Cylindrical-coordinate representation of color #AB901E: hue angle of 48.51º 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 #AB901E is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 144 | 30 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.33 |
| HSL | 48.51º | 0.7% | 0.39% | - |
| HSV(B) | 48.51º | 0.82% | 0.67% | - |
| XYZ | 27 | 28.7 | 5.34 | - |
| YUV | 139.08 | 66.45 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 30 | 0 | 0.16 | 0.82 | 0.33 | 48.51 | 0.7 | 0.39 |
| Hex | AB | 90 | 1E | 0 | 10 | 52 | 21 | 31 | 46 | 27 |
| Octal | 253 | 220 | 36 | 0 | 20 | 122 | 41 | 61 | 106 | 47 |
| Binary | 10101011 | 10010000 | 11110 | 0 | 10000 | 1010010 | 100001 | 110001 | 1000110 | 100111 |
Color Harmonies of #AB901E
Complementary color
Monochromatic Colors of #AB901E
Black with #AB901E
Text Example
Text Example
White with #AB901E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB901E; }
p { color: rgb(171,144,30); }
H1.HeaderClassName
{
color: #AB901E;
}
.AnyTagClassName
{
color: #AB901E;
}
</style>
background-color css
<style>
a { background-color: #AB901E; }
a { background-color: rgb(171,144,30); }
div.DivClassName
{
background-color: #AB901E;
}
.BgClassName
{
background-color: #AB901E;
}
</style>
border-color css
<style>
span { border-color: #AB901E; }
span { border-color: rgb(171,144,30); }
td.TdClassName
{
border-color: #AB901E;
}
.TagClassName
{
border-color: #AB901E;
}
</style>