Shades of Lucky #AC9410
Tints of Lucky #AC9410
RGB
CMYK
RGB Variations
Color information
#AC9410 (or 0xAC9410) is known color: Lucky. HEX triplet: AC, 94 and 10. RGB value is (172,148,16). Sum of RGB (Red+Green+Blue) = 172+148+16=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9410 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9410 is #536BEF. Grayscale: #8C8C8C. Windows color (decimal): -5467120 or 1086636. OLE color: 1086636.
HSL color Cylindrical-coordinate representation of color #AC9410: hue angle of 50.77º degrees, saturation: 0.83, 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 #AC9410 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 16 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.33 |
| HSL | 50.77º | 0.83% | 0.37% | - |
| HSV(B) | 50.77º | 0.91% | 0.67% | - |
| XYZ | 27.7 | 29.99 | 4.82 | - |
| YUV | 140.13 | 57.95 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 16 | 0 | 0.14 | 0.91 | 0.33 | 50.77 | 0.83 | 0.37 |
| Hex | AC | 94 | 10 | 0 | E | 5B | 21 | 33 | 53 | 25 |
| Octal | 254 | 224 | 20 | 0 | 16 | 133 | 41 | 63 | 123 | 45 |
| Binary | 10101100 | 10010100 | 10000 | 0 | 1110 | 1011011 | 100001 | 110011 | 1010011 | 100101 |
Color Harmonies of #AC9410
Complementary color
Monochromatic Colors of #AC9410
Black with #AC9410
Text Example
Text Example
White with #AC9410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9410; }
p { color: rgb(172,148,16); }
H1.HeaderClassName
{
color: #AC9410;
}
.AnyTagClassName
{
color: #AC9410;
}
</style>
background-color css
<style>
a { background-color: #AC9410; }
a { background-color: rgb(172,148,16); }
div.DivClassName
{
background-color: #AC9410;
}
.BgClassName
{
background-color: #AC9410;
}
</style>
border-color css
<style>
span { border-color: #AC9410; }
span { border-color: rgb(172,148,16); }
td.TdClassName
{
border-color: #AC9410;
}
.TagClassName
{
border-color: #AC9410;
}
</style>