Shades of Lucky #AB9C2C
Tints of Lucky #AB9C2C
RGB
CMYK
RGB Variations
Color information
#AB9C2C (or 0xAB9C2C) is known color: Lucky. HEX triplet: AB, 9C and 2C. RGB value is (171,156,44). Sum of RGB (Red+Green+Blue) = 171+156+44=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9C2C is #5463D3. Grayscale: #949494. Windows color (decimal): -5530580 or 2923691. OLE color: 2923691.
HSL color Cylindrical-coordinate representation of color #AB9C2C: hue angle of 52.91º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB9C2C is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 156 | 44 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.33 |
| HSL | 52.91º | 0.59% | 0.42% | - |
| HSV(B) | 52.91º | 0.74% | 0.67% | - |
| XYZ | 29.14 | 32.62 | 7.14 | - |
| YUV | 147.72 | 69.47 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 44 | 0 | 0.09 | 0.74 | 0.33 | 52.91 | 0.59 | 0.42 |
| Hex | AB | 9C | 2C | 0 | 9 | 4A | 21 | 35 | 3B | 2A |
| Octal | 253 | 234 | 54 | 0 | 11 | 112 | 41 | 65 | 73 | 52 |
| Binary | 10101011 | 10011100 | 101100 | 0 | 1001 | 1001010 | 100001 | 110101 | 111011 | 101010 |
Color Harmonies of #AB9C2C
Complementary color
Monochromatic Colors of #AB9C2C
Black with #AB9C2C
Text Example
Text Example
White with #AB9C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9C2C; }
p { color: rgb(171,156,44); }
H1.HeaderClassName
{
color: #AB9C2C;
}
.AnyTagClassName
{
color: #AB9C2C;
}
</style>
background-color css
<style>
a { background-color: #AB9C2C; }
a { background-color: rgb(171,156,44); }
div.DivClassName
{
background-color: #AB9C2C;
}
.BgClassName
{
background-color: #AB9C2C;
}
</style>
border-color css
<style>
span { border-color: #AB9C2C; }
span { border-color: rgb(171,156,44); }
td.TdClassName
{
border-color: #AB9C2C;
}
.TagClassName
{
border-color: #AB9C2C;
}
</style>