Shades of Lucky #AC9C0E
Tints of Lucky #AC9C0E
RGB
CMYK
RGB Variations
Color information
#AC9C0E (or 0xAC9C0E) is known color: Lucky. HEX triplet: AC, 9C and 0E. RGB value is (172,156,14). Sum of RGB (Red+Green+Blue) = 172+156+14=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 156 (61.33% from 255 or 45.61% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9C0E is #5363F1. Grayscale: #919191. Windows color (decimal): -5465074 or 957612. OLE color: 957612.
HSL color Cylindrical-coordinate representation of color #AC9C0E: hue angle of 53.92º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC9C0E is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 156 | 14 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.33 |
| HSL | 53.92º | 0.85% | 0.36% | - |
| HSV(B) | 53.92º | 0.92% | 0.67% | - |
| XYZ | 28.98 | 32.58 | 5.18 | - |
| YUV | 144.6 | 54.3 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 14 | 0 | 0.09 | 0.92 | 0.33 | 53.92 | 0.85 | 0.36 |
| Hex | AC | 9C | E | 0 | 9 | 5C | 21 | 36 | 55 | 24 |
| Octal | 254 | 234 | 16 | 0 | 11 | 134 | 41 | 66 | 125 | 44 |
| Binary | 10101100 | 10011100 | 1110 | 0 | 1001 | 1011100 | 100001 | 110110 | 1010101 | 100100 |
Color Harmonies of #AC9C0E
Complementary color
Monochromatic Colors of #AC9C0E
Black with #AC9C0E
Text Example
Text Example
White with #AC9C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9C0E; }
p { color: rgb(172,156,14); }
H1.HeaderClassName
{
color: #AC9C0E;
}
.AnyTagClassName
{
color: #AC9C0E;
}
</style>
background-color css
<style>
a { background-color: #AC9C0E; }
a { background-color: rgb(172,156,14); }
div.DivClassName
{
background-color: #AC9C0E;
}
.BgClassName
{
background-color: #AC9C0E;
}
</style>
border-color css
<style>
span { border-color: #AC9C0E; }
span { border-color: rgb(172,156,14); }
td.TdClassName
{
border-color: #AC9C0E;
}
.TagClassName
{
border-color: #AC9C0E;
}
</style>