Shades of Lucky #AB8D21
Tints of Lucky #AB8D21
RGB
CMYK
RGB Variations
Color information
#AB8D21 (or 0xAB8D21) is known color: Lucky. HEX triplet: AB, 8D and 21. RGB value is (171,141,33). Sum of RGB (Red+Green+Blue) = 171+141+33=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8D21 is #5472DE. Grayscale: #8A8A8A. Windows color (decimal): -5534431 or 2198955. OLE color: 2198955.
HSL color Cylindrical-coordinate representation of color #AB8D21: hue angle of 46.96º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB8D21 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 141 | 33 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.33 |
| HSL | 46.96º | 0.68% | 0.4% | - |
| HSV(B) | 46.96º | 0.81% | 0.67% | - |
| XYZ | 26.59 | 27.82 | 5.41 | - |
| YUV | 137.66 | 68.94 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 33 | 0 | 0.18 | 0.81 | 0.33 | 46.96 | 0.68 | 0.4 |
| Hex | AB | 8D | 21 | 0 | 12 | 51 | 21 | 2F | 44 | 28 |
| Octal | 253 | 215 | 41 | 0 | 22 | 121 | 41 | 57 | 104 | 50 |
| Binary | 10101011 | 10001101 | 100001 | 0 | 10010 | 1010001 | 100001 | 101111 | 1000100 | 101000 |
Color Harmonies of #AB8D21
Complementary color
Monochromatic Colors of #AB8D21
Black with #AB8D21
Text Example
Text Example
White with #AB8D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8D21; }
p { color: rgb(171,141,33); }
H1.HeaderClassName
{
color: #AB8D21;
}
.AnyTagClassName
{
color: #AB8D21;
}
</style>
background-color css
<style>
a { background-color: #AB8D21; }
a { background-color: rgb(171,141,33); }
div.DivClassName
{
background-color: #AB8D21;
}
.BgClassName
{
background-color: #AB8D21;
}
</style>
border-color css
<style>
span { border-color: #AB8D21; }
span { border-color: rgb(171,141,33); }
td.TdClassName
{
border-color: #AB8D21;
}
.TagClassName
{
border-color: #AB8D21;
}
</style>