Shades of Lucky #AC9C29
Tints of Lucky #AC9C29
RGB
CMYK
RGB Variations
Color information
#AC9C29 (or 0xAC9C29) is known color: Lucky. HEX triplet: AC, 9C and 29. RGB value is (172,156,41). Sum of RGB (Red+Green+Blue) = 172+156+41=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 41 (16.41% from 255 or 11.11% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9C29 is #5363D6. Grayscale: #949494. Windows color (decimal): -5465047 or 2727084. OLE color: 2727084.
HSL color Cylindrical-coordinate representation of color #AC9C29: hue angle of 52.67º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC9C29 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 156 | 41 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.33 |
| HSL | 52.67º | 0.62% | 0.42% | - |
| HSV(B) | 52.67º | 0.76% | 0.67% | - |
| XYZ | 29.3 | 32.71 | 6.87 | - |
| YUV | 147.67 | 67.8 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 41 | 0 | 0.09 | 0.76 | 0.33 | 52.67 | 0.62 | 0.42 |
| Hex | AC | 9C | 29 | 0 | 9 | 4C | 21 | 35 | 3E | 2A |
| Octal | 254 | 234 | 51 | 0 | 11 | 114 | 41 | 65 | 76 | 52 |
| Binary | 10101100 | 10011100 | 101001 | 0 | 1001 | 1001100 | 100001 | 110101 | 111110 | 101010 |
Color Harmonies of #AC9C29
Complementary color
Monochromatic Colors of #AC9C29
Black with #AC9C29
Text Example
Text Example
White with #AC9C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9C29; }
p { color: rgb(172,156,41); }
H1.HeaderClassName
{
color: #AC9C29;
}
.AnyTagClassName
{
color: #AC9C29;
}
</style>
background-color css
<style>
a { background-color: #AC9C29; }
a { background-color: rgb(172,156,41); }
div.DivClassName
{
background-color: #AC9C29;
}
.BgClassName
{
background-color: #AC9C29;
}
</style>
border-color css
<style>
span { border-color: #AC9C29; }
span { border-color: rgb(172,156,41); }
td.TdClassName
{
border-color: #AC9C29;
}
.TagClassName
{
border-color: #AC9C29;
}
</style>