Shades of Lucky #AB941A
Tints of Lucky #AB941A
RGB
CMYK
RGB Variations
Color information
#AB941A (or 0xAB941A) is known color: Lucky. HEX triplet: AB, 94 and 1A. RGB value is (171,148,26). Sum of RGB (Red+Green+Blue) = 171+148+26=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB941A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB941A is #546BE5. Grayscale: #8D8D8D. Windows color (decimal): -5532646 or 1741995. OLE color: 1741995.
HSL color Cylindrical-coordinate representation of color #AB941A: hue angle of 50.48º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB941A is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 148 | 26 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.33 |
| HSL | 50.48º | 0.74% | 0.39% | - |
| HSV(B) | 50.48º | 0.85% | 0.67% | - |
| XYZ | 27.57 | 29.91 | 5.3 | - |
| YUV | 140.97 | 63.12 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 148 | 26 | 0 | 0.13 | 0.85 | 0.33 | 50.48 | 0.74 | 0.39 |
| Hex | AB | 94 | 1A | 0 | D | 55 | 21 | 32 | 4A | 27 |
| Octal | 253 | 224 | 32 | 0 | 15 | 125 | 41 | 62 | 112 | 47 |
| Binary | 10101011 | 10010100 | 11010 | 0 | 1101 | 1010101 | 100001 | 110010 | 1001010 | 100111 |
Color Harmonies of #AB941A
Complementary color
Monochromatic Colors of #AB941A
Black with #AB941A
Text Example
Text Example
White with #AB941A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB941A; }
p { color: rgb(171,148,26); }
H1.HeaderClassName
{
color: #AB941A;
}
.AnyTagClassName
{
color: #AB941A;
}
</style>
background-color css
<style>
a { background-color: #AB941A; }
a { background-color: rgb(171,148,26); }
div.DivClassName
{
background-color: #AB941A;
}
.BgClassName
{
background-color: #AB941A;
}
</style>
border-color css
<style>
span { border-color: #AB941A; }
span { border-color: rgb(171,148,26); }
td.TdClassName
{
border-color: #AB941A;
}
.TagClassName
{
border-color: #AB941A;
}
</style>