Shades of Lucky #AC940D
Tints of Lucky #AC940D
RGB
CMYK
RGB Variations
Color information
#AC940D (or 0xAC940D) is known color: Lucky. HEX triplet: AC, 94 and 0D. RGB value is (172,148,13). Sum of RGB (Red+Green+Blue) = 172+148+13=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC940D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC940D is #536BF2. Grayscale: #8C8C8C. Windows color (decimal): -5467123 or 890028. OLE color: 890028.
HSL color Cylindrical-coordinate representation of color #AC940D: hue angle of 50.94º degrees, saturation: 0.86, 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 #AC940D is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 13 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.33 |
| HSL | 50.94º | 0.86% | 0.36% | - |
| HSV(B) | 50.94º | 0.92% | 0.67% | - |
| XYZ | 27.68 | 29.98 | 4.71 | - |
| YUV | 139.79 | 56.45 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 13 | 0 | 0.14 | 0.92 | 0.33 | 50.94 | 0.86 | 0.36 |
| Hex | AC | 94 | D | 0 | E | 5C | 21 | 33 | 56 | 24 |
| Octal | 254 | 224 | 15 | 0 | 16 | 134 | 41 | 63 | 126 | 44 |
| Binary | 10101100 | 10010100 | 1101 | 0 | 1110 | 1011100 | 100001 | 110011 | 1010110 | 100100 |
Color Harmonies of #AC940D
Complementary color
Monochromatic Colors of #AC940D
Black with #AC940D
Text Example
Text Example
White with #AC940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC940D; }
p { color: rgb(172,148,13); }
H1.HeaderClassName
{
color: #AC940D;
}
.AnyTagClassName
{
color: #AC940D;
}
</style>
background-color css
<style>
a { background-color: #AC940D; }
a { background-color: rgb(172,148,13); }
div.DivClassName
{
background-color: #AC940D;
}
.BgClassName
{
background-color: #AC940D;
}
</style>
border-color css
<style>
span { border-color: #AC940D; }
span { border-color: rgb(172,148,13); }
td.TdClassName
{
border-color: #AC940D;
}
.TagClassName
{
border-color: #AC940D;
}
</style>