Shades of Lucky #AB991C
Tints of Lucky #AB991C
RGB
CMYK
RGB Variations
Color information
#AB991C (or 0xAB991C) is known color: Lucky. HEX triplet: AB, 99 and 1C. RGB value is (171,153,28). Sum of RGB (Red+Green+Blue) = 171+153+28=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB991C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB991C is #5466E3. Grayscale: #909090. Windows color (decimal): -5531364 or 1874347. OLE color: 1874347.
HSL color Cylindrical-coordinate representation of color #AB991C: hue angle of 52.45º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB991C is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 153 | 28 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.33 |
| HSL | 52.45º | 0.72% | 0.39% | - |
| HSV(B) | 52.45º | 0.84% | 0.67% | - |
| XYZ | 28.4 | 31.52 | 5.69 | - |
| YUV | 144.13 | 62.46 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 28 | 0 | 0.11 | 0.84 | 0.33 | 52.45 | 0.72 | 0.39 |
| Hex | AB | 99 | 1C | 0 | B | 54 | 21 | 34 | 48 | 27 |
| Octal | 253 | 231 | 34 | 0 | 13 | 124 | 41 | 64 | 110 | 47 |
| Binary | 10101011 | 10011001 | 11100 | 0 | 1011 | 1010100 | 100001 | 110100 | 1001000 | 100111 |
Color Harmonies of #AB991C
Complementary color
Monochromatic Colors of #AB991C
Black with #AB991C
Text Example
Text Example
White with #AB991C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB991C; }
p { color: rgb(171,153,28); }
H1.HeaderClassName
{
color: #AB991C;
}
.AnyTagClassName
{
color: #AB991C;
}
</style>
background-color css
<style>
a { background-color: #AB991C; }
a { background-color: rgb(171,153,28); }
div.DivClassName
{
background-color: #AB991C;
}
.BgClassName
{
background-color: #AB991C;
}
</style>
border-color css
<style>
span { border-color: #AB991C; }
span { border-color: rgb(171,153,28); }
td.TdClassName
{
border-color: #AB991C;
}
.TagClassName
{
border-color: #AB991C;
}
</style>