Shades of Lucky #AC9E16
Tints of Lucky #AC9E16
RGB
CMYK
RGB Variations
Color information
#AC9E16 (or 0xAC9E16) is known color: Lucky. HEX triplet: AC, 9E and 16. RGB value is (172,158,22). Sum of RGB (Red+Green+Blue) = 172+158+22=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 158 (62.11% from 255 or 44.89% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9E16 is #5361E9. Grayscale: #939393. Windows color (decimal): -5464554 or 1482412. OLE color: 1482412.
HSL color Cylindrical-coordinate representation of color #AC9E16: hue angle of 54.4º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC9E16 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 158 | 22 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.33 |
| HSL | 54.4º | 0.77% | 0.38% | - |
| HSV(B) | 54.4º | 0.87% | 0.67% | - |
| XYZ | 29.38 | 33.28 | 5.63 | - |
| YUV | 146.68 | 57.64 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 158 | 22 | 0 | 0.08 | 0.87 | 0.33 | 54.4 | 0.77 | 0.38 |
| Hex | AC | 9E | 16 | 0 | 8 | 57 | 21 | 36 | 4D | 26 |
| Octal | 254 | 236 | 26 | 0 | 10 | 127 | 41 | 66 | 115 | 46 |
| Binary | 10101100 | 10011110 | 10110 | 0 | 1000 | 1010111 | 100001 | 110110 | 1001101 | 100110 |
Color Harmonies of #AC9E16
Complementary color
Monochromatic Colors of #AC9E16
Black with #AC9E16
Text Example
Text Example
White with #AC9E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9E16; }
p { color: rgb(172,158,22); }
H1.HeaderClassName
{
color: #AC9E16;
}
.AnyTagClassName
{
color: #AC9E16;
}
</style>
background-color css
<style>
a { background-color: #AC9E16; }
a { background-color: rgb(172,158,22); }
div.DivClassName
{
background-color: #AC9E16;
}
.BgClassName
{
background-color: #AC9E16;
}
</style>
border-color css
<style>
span { border-color: #AC9E16; }
span { border-color: rgb(172,158,22); }
td.TdClassName
{
border-color: #AC9E16;
}
.TagClassName
{
border-color: #AC9E16;
}
</style>