Shades of Lucky #AB981D
Tints of Lucky #AB981D
RGB
CMYK
RGB Variations
Color information
#AB981D (or 0xAB981D) is known color: Lucky. HEX triplet: AB, 98 and 1D. RGB value is (171,152,29). Sum of RGB (Red+Green+Blue) = 171+152+29=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB981D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB981D is #5467E2. Grayscale: #909090. Windows color (decimal): -5531619 or 1939627. OLE color: 1939627.
HSL color Cylindrical-coordinate representation of color #AB981D: hue angle of 51.97º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB981D is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 152 | 29 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.33 |
| HSL | 51.97º | 0.71% | 0.39% | - |
| HSV(B) | 51.97º | 0.83% | 0.67% | - |
| XYZ | 28.24 | 31.2 | 5.7 | - |
| YUV | 143.66 | 63.29 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 29 | 0 | 0.11 | 0.83 | 0.33 | 51.97 | 0.71 | 0.39 |
| Hex | AB | 98 | 1D | 0 | B | 53 | 21 | 34 | 47 | 27 |
| Octal | 253 | 230 | 35 | 0 | 13 | 123 | 41 | 64 | 107 | 47 |
| Binary | 10101011 | 10011000 | 11101 | 0 | 1011 | 1010011 | 100001 | 110100 | 1000111 | 100111 |
Color Harmonies of #AB981D
Complementary color
Monochromatic Colors of #AB981D
Black with #AB981D
Text Example
Text Example
White with #AB981D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB981D; }
p { color: rgb(171,152,29); }
H1.HeaderClassName
{
color: #AB981D;
}
.AnyTagClassName
{
color: #AB981D;
}
</style>
background-color css
<style>
a { background-color: #AB981D; }
a { background-color: rgb(171,152,29); }
div.DivClassName
{
background-color: #AB981D;
}
.BgClassName
{
background-color: #AB981D;
}
</style>
border-color css
<style>
span { border-color: #AB981D; }
span { border-color: rgb(171,152,29); }
td.TdClassName
{
border-color: #AB981D;
}
.TagClassName
{
border-color: #AB981D;
}
</style>