Shades of Lucky #AC940F
Tints of Lucky #AC940F
RGB
CMYK
RGB Variations
Color information
#AC940F (or 0xAC940F) is known color: Lucky. HEX triplet: AC, 94 and 0F. RGB value is (172,148,15). Sum of RGB (Red+Green+Blue) = 172+148+15=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC940F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC940F is #536BF0. Grayscale: #8C8C8C. Windows color (decimal): -5467121 or 1021100. OLE color: 1021100.
HSL color Cylindrical-coordinate representation of color #AC940F: hue angle of 50.83º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC940F is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 15 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.33 |
| HSL | 50.83º | 0.84% | 0.37% | - |
| HSV(B) | 50.83º | 0.91% | 0.67% | - |
| XYZ | 27.69 | 29.98 | 4.78 | - |
| YUV | 140.01 | 57.45 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 15 | 0 | 0.14 | 0.91 | 0.33 | 50.83 | 0.84 | 0.37 |
| Hex | AC | 94 | F | 0 | E | 5B | 21 | 33 | 54 | 25 |
| Octal | 254 | 224 | 17 | 0 | 16 | 133 | 41 | 63 | 124 | 45 |
| Binary | 10101100 | 10010100 | 1111 | 0 | 1110 | 1011011 | 100001 | 110011 | 1010100 | 100101 |
Color Harmonies of #AC940F
Complementary color
Monochromatic Colors of #AC940F
Black with #AC940F
Text Example
Text Example
White with #AC940F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC940F; }
p { color: rgb(172,148,15); }
H1.HeaderClassName
{
color: #AC940F;
}
.AnyTagClassName
{
color: #AC940F;
}
</style>
background-color css
<style>
a { background-color: #AC940F; }
a { background-color: rgb(172,148,15); }
div.DivClassName
{
background-color: #AC940F;
}
.BgClassName
{
background-color: #AC940F;
}
</style>
border-color css
<style>
span { border-color: #AC940F; }
span { border-color: rgb(172,148,15); }
td.TdClassName
{
border-color: #AC940F;
}
.TagClassName
{
border-color: #AC940F;
}
</style>