Shades of Lucky #AB9F1A
Tints of Lucky #AB9F1A
RGB
CMYK
RGB Variations
Color information
#AB9F1A (or 0xAB9F1A) is known color: Lucky. HEX triplet: AB, 9F and 1A. RGB value is (171,159,26). Sum of RGB (Red+Green+Blue) = 171+159+26=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 159 (62.5% from 255 or 44.66% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9F1A is #5460E5. Grayscale: #939393. Windows color (decimal): -5529830 or 1744811. OLE color: 1744811.
HSL color Cylindrical-coordinate representation of color #AB9F1A: hue angle of 55.03º 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 #AB9F1A is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 159 | 26 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.33 |
| HSL | 55.03º | 0.74% | 0.39% | - |
| HSV(B) | 55.03º | 0.85% | 0.67% | - |
| XYZ | 29.38 | 33.53 | 5.9 | - |
| YUV | 147.43 | 59.48 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 159 | 26 | 0 | 0.07 | 0.85 | 0.33 | 55.03 | 0.74 | 0.39 |
| Hex | AB | 9F | 1A | 0 | 7 | 55 | 21 | 37 | 4A | 27 |
| Octal | 253 | 237 | 32 | 0 | 7 | 125 | 41 | 67 | 112 | 47 |
| Binary | 10101011 | 10011111 | 11010 | 0 | 111 | 1010101 | 100001 | 110111 | 1001010 | 100111 |
Color Harmonies of #AB9F1A
Complementary color
Monochromatic Colors of #AB9F1A
Black with #AB9F1A
Text Example
Text Example
White with #AB9F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9F1A; }
p { color: rgb(171,159,26); }
H1.HeaderClassName
{
color: #AB9F1A;
}
.AnyTagClassName
{
color: #AB9F1A;
}
</style>
background-color css
<style>
a { background-color: #AB9F1A; }
a { background-color: rgb(171,159,26); }
div.DivClassName
{
background-color: #AB9F1A;
}
.BgClassName
{
background-color: #AB9F1A;
}
</style>
border-color css
<style>
span { border-color: #AB9F1A; }
span { border-color: rgb(171,159,26); }
td.TdClassName
{
border-color: #AB9F1A;
}
.TagClassName
{
border-color: #AB9F1A;
}
</style>