Shades of Lucky #AB900E
Tints of Lucky #AB900E
RGB
CMYK
RGB Variations
Color information
#AB900E (or 0xAB900E) is known color: Lucky. HEX triplet: AB, 90 and 0E. RGB value is (171,144,14). Sum of RGB (Red+Green+Blue) = 171+144+14=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB900E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB900E is #546FF1. Grayscale: #898989. Windows color (decimal): -5533682 or 954539. OLE color: 954539.
HSL color Cylindrical-coordinate representation of color #AB900E: hue angle of 49.68º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB900E is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 144 | 14 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.33 |
| HSL | 49.68º | 0.85% | 0.36% | - |
| HSV(B) | 49.68º | 0.92% | 0.67% | - |
| XYZ | 26.85 | 28.64 | 4.53 | - |
| YUV | 137.25 | 58.45 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 14 | 0 | 0.16 | 0.92 | 0.33 | 49.68 | 0.85 | 0.36 |
| Hex | AB | 90 | E | 0 | 10 | 5C | 21 | 32 | 55 | 24 |
| Octal | 253 | 220 | 16 | 0 | 20 | 134 | 41 | 62 | 125 | 44 |
| Binary | 10101011 | 10010000 | 1110 | 0 | 10000 | 1011100 | 100001 | 110010 | 1010101 | 100100 |
Color Harmonies of #AB900E
Complementary color
Monochromatic Colors of #AB900E
Black with #AB900E
Text Example
Text Example
White with #AB900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB900E; }
p { color: rgb(171,144,14); }
H1.HeaderClassName
{
color: #AB900E;
}
.AnyTagClassName
{
color: #AB900E;
}
</style>
background-color css
<style>
a { background-color: #AB900E; }
a { background-color: rgb(171,144,14); }
div.DivClassName
{
background-color: #AB900E;
}
.BgClassName
{
background-color: #AB900E;
}
</style>
border-color css
<style>
span { border-color: #AB900E; }
span { border-color: rgb(171,144,14); }
td.TdClassName
{
border-color: #AB900E;
}
.TagClassName
{
border-color: #AB900E;
}
</style>