Shades of Lucky #AC9110
Tints of Lucky #AC9110
RGB
CMYK
RGB Variations
Color information
#AC9110 (or 0xAC9110) is known color: Lucky. HEX triplet: AC, 91 and 10. RGB value is (172,145,16). Sum of RGB (Red+Green+Blue) = 172+145+16=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9110 is #536EEF. Grayscale: #8A8A8A. Windows color (decimal): -5467888 or 1085868. OLE color: 1085868.
HSL color Cylindrical-coordinate representation of color #AC9110: hue angle of 49.62º 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 #AC9110 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 145 | 16 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.33 |
| HSL | 49.62º | 0.83% | 0.37% | - |
| HSV(B) | 49.62º | 0.91% | 0.67% | - |
| XYZ | 27.23 | 29.06 | 4.66 | - |
| YUV | 138.37 | 58.95 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 16 | 0 | 0.16 | 0.91 | 0.33 | 49.62 | 0.83 | 0.37 |
| Hex | AC | 91 | 10 | 0 | 10 | 5B | 21 | 32 | 53 | 25 |
| Octal | 254 | 221 | 20 | 0 | 20 | 133 | 41 | 62 | 123 | 45 |
| Binary | 10101100 | 10010001 | 10000 | 0 | 10000 | 1011011 | 100001 | 110010 | 1010011 | 100101 |
Color Harmonies of #AC9110
Complementary color
Monochromatic Colors of #AC9110
Black with #AC9110
Text Example
Text Example
White with #AC9110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9110; }
p { color: rgb(172,145,16); }
H1.HeaderClassName
{
color: #AC9110;
}
.AnyTagClassName
{
color: #AC9110;
}
</style>
background-color css
<style>
a { background-color: #AC9110; }
a { background-color: rgb(172,145,16); }
div.DivClassName
{
background-color: #AC9110;
}
.BgClassName
{
background-color: #AC9110;
}
</style>
border-color css
<style>
span { border-color: #AC9110; }
span { border-color: rgb(172,145,16); }
td.TdClassName
{
border-color: #AC9110;
}
.TagClassName
{
border-color: #AC9110;
}
</style>