Shades of Lucky #AC9A18
Tints of Lucky #AC9A18
RGB
CMYK
RGB Variations
Color information
#AC9A18 (or 0xAC9A18) is known color: Lucky. HEX triplet: AC, 9A and 18. RGB value is (172,154,24). Sum of RGB (Red+Green+Blue) = 172+154+24=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9A18 is #5365E7. Grayscale: #919191. Windows color (decimal): -5465576 or 1612460. OLE color: 1612460.
HSL color Cylindrical-coordinate representation of color #AC9A18: hue angle of 52.7º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC9A18 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 24 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.33 |
| HSL | 52.7º | 0.76% | 0.38% | - |
| HSV(B) | 52.7º | 0.86% | 0.67% | - |
| XYZ | 28.73 | 31.95 | 5.52 | - |
| YUV | 144.56 | 59.96 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 24 | 0 | 0.10 | 0.86 | 0.33 | 52.7 | 0.76 | 0.38 |
| Hex | AC | 9A | 18 | 0 | A | 56 | 21 | 35 | 4C | 26 |
| Octal | 254 | 232 | 30 | 0 | 12 | 126 | 41 | 65 | 114 | 46 |
| Binary | 10101100 | 10011010 | 11000 | 0 | 1010 | 1010110 | 100001 | 110101 | 1001100 | 100110 |
Color Harmonies of #AC9A18
Complementary color
Monochromatic Colors of #AC9A18
Black with #AC9A18
Text Example
Text Example
White with #AC9A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A18; }
p { color: rgb(172,154,24); }
H1.HeaderClassName
{
color: #AC9A18;
}
.AnyTagClassName
{
color: #AC9A18;
}
</style>
background-color css
<style>
a { background-color: #AC9A18; }
a { background-color: rgb(172,154,24); }
div.DivClassName
{
background-color: #AC9A18;
}
.BgClassName
{
background-color: #AC9A18;
}
</style>
border-color css
<style>
span { border-color: #AC9A18; }
span { border-color: rgb(172,154,24); }
td.TdClassName
{
border-color: #AC9A18;
}
.TagClassName
{
border-color: #AC9A18;
}
</style>