Shades of Lucky #AC940C
Tints of Lucky #AC940C
RGB
CMYK
RGB Variations
Color information
#AC940C (or 0xAC940C) is known color: Lucky. HEX triplet: AC, 94 and 0C. RGB value is (172,148,12). Sum of RGB (Red+Green+Blue) = 172+148+12=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC940C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC940C is #536BF3. Grayscale: #8C8C8C. Windows color (decimal): -5467124 or 824492. OLE color: 824492.
HSL color Cylindrical-coordinate representation of color #AC940C: hue angle of 51º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC940C is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 12 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.33 |
| HSL | 51º | 0.87% | 0.36% | - |
| HSV(B) | 51º | 0.93% | 0.67% | - |
| XYZ | 27.67 | 29.98 | 4.68 | - |
| YUV | 139.67 | 55.95 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 12 | 0 | 0.14 | 0.93 | 0.33 | 51 | 0.87 | 0.36 |
| Hex | AC | 94 | C | 0 | E | 5D | 21 | 33 | 57 | 24 |
| Octal | 254 | 224 | 14 | 0 | 16 | 135 | 41 | 63 | 127 | 44 |
| Binary | 10101100 | 10010100 | 1100 | 0 | 1110 | 1011101 | 100001 | 110011 | 1010111 | 100100 |
Color Harmonies of #AC940C
Complementary color
Monochromatic Colors of #AC940C
Black with #AC940C
Text Example
Text Example
White with #AC940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC940C; }
p { color: rgb(172,148,12); }
H1.HeaderClassName
{
color: #AC940C;
}
.AnyTagClassName
{
color: #AC940C;
}
</style>
background-color css
<style>
a { background-color: #AC940C; }
a { background-color: rgb(172,148,12); }
div.DivClassName
{
background-color: #AC940C;
}
.BgClassName
{
background-color: #AC940C;
}
</style>
border-color css
<style>
span { border-color: #AC940C; }
span { border-color: rgb(172,148,12); }
td.TdClassName
{
border-color: #AC940C;
}
.TagClassName
{
border-color: #AC940C;
}
</style>