Shades of Lucky #AC9C28
Tints of Lucky #AC9C28
RGB
CMYK
RGB Variations
Color information
#AC9C28 (or 0xAC9C28) is known color: Lucky. HEX triplet: AC, 9C and 28. RGB value is (172,156,40). Sum of RGB (Red+Green+Blue) = 172+156+40=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9C28 is #5363D7. Grayscale: #949494. Windows color (decimal): -5465048 or 2661548. OLE color: 2661548.
HSL color Cylindrical-coordinate representation of color #AC9C28: hue angle of 52.73º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC9C28 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 156 | 40 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.33 |
| HSL | 52.73º | 0.62% | 0.42% | - |
| HSV(B) | 52.73º | 0.77% | 0.67% | - |
| XYZ | 29.28 | 32.7 | 6.78 | - |
| YUV | 147.56 | 67.3 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 40 | 0 | 0.09 | 0.77 | 0.33 | 52.73 | 0.62 | 0.42 |
| Hex | AC | 9C | 28 | 0 | 9 | 4D | 21 | 35 | 3E | 2A |
| Octal | 254 | 234 | 50 | 0 | 11 | 115 | 41 | 65 | 76 | 52 |
| Binary | 10101100 | 10011100 | 101000 | 0 | 1001 | 1001101 | 100001 | 110101 | 111110 | 101010 |
Color Harmonies of #AC9C28
Complementary color
Monochromatic Colors of #AC9C28
Black with #AC9C28
Text Example
Text Example
White with #AC9C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9C28; }
p { color: rgb(172,156,40); }
H1.HeaderClassName
{
color: #AC9C28;
}
.AnyTagClassName
{
color: #AC9C28;
}
</style>
background-color css
<style>
a { background-color: #AC9C28; }
a { background-color: rgb(172,156,40); }
div.DivClassName
{
background-color: #AC9C28;
}
.BgClassName
{
background-color: #AC9C28;
}
</style>
border-color css
<style>
span { border-color: #AC9C28; }
span { border-color: rgb(172,156,40); }
td.TdClassName
{
border-color: #AC9C28;
}
.TagClassName
{
border-color: #AC9C28;
}
</style>