Shades of Lucky #AB992A
Tints of Lucky #AB992A
RGB
CMYK
RGB Variations
Color information
#AB992A (or 0xAB992A) is known color: Lucky. HEX triplet: AB, 99 and 2A. RGB value is (171,153,42). Sum of RGB (Red+Green+Blue) = 171+153+42=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 42 (16.80% from 255 or 11.48% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB992A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB992A is #5466D5. Grayscale: #929292. Windows color (decimal): -5531350 or 2791851. OLE color: 2791851.
HSL color Cylindrical-coordinate representation of color #AB992A: hue angle of 51.63º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB992A is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 153 | 42 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.33 |
| HSL | 51.63º | 0.61% | 0.42% | - |
| HSV(B) | 51.63º | 0.75% | 0.67% | - |
| XYZ | 28.6 | 31.61 | 6.78 | - |
| YUV | 145.73 | 69.46 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 42 | 0 | 0.11 | 0.75 | 0.33 | 51.63 | 0.61 | 0.42 |
| Hex | AB | 99 | 2A | 0 | B | 4B | 21 | 34 | 3D | 2A |
| Octal | 253 | 231 | 52 | 0 | 13 | 113 | 41 | 64 | 75 | 52 |
| Binary | 10101011 | 10011001 | 101010 | 0 | 1011 | 1001011 | 100001 | 110100 | 111101 | 101010 |
Color Harmonies of #AB992A
Complementary color
Monochromatic Colors of #AB992A
Black with #AB992A
Text Example
Text Example
White with #AB992A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB992A; }
p { color: rgb(171,153,42); }
H1.HeaderClassName
{
color: #AB992A;
}
.AnyTagClassName
{
color: #AB992A;
}
</style>
background-color css
<style>
a { background-color: #AB992A; }
a { background-color: rgb(171,153,42); }
div.DivClassName
{
background-color: #AB992A;
}
.BgClassName
{
background-color: #AB992A;
}
</style>
border-color css
<style>
span { border-color: #AB992A; }
span { border-color: rgb(171,153,42); }
td.TdClassName
{
border-color: #AB992A;
}
.TagClassName
{
border-color: #AB992A;
}
</style>