Shades of Lucky #AC9510
Tints of Lucky #AC9510
RGB
CMYK
RGB Variations
Color information
#AC9510 (or 0xAC9510) is known color: Lucky. HEX triplet: AC, 95 and 10. RGB value is (172,149,16). Sum of RGB (Red+Green+Blue) = 172+149+16=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9510 is #536AEF. Grayscale: #8D8D8D. Windows color (decimal): -5466864 or 1086892. OLE color: 1086892.
HSL color Cylindrical-coordinate representation of color #AC9510: hue angle of 51.15º 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 #AC9510 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 149 | 16 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.33 |
| HSL | 51.15º | 0.83% | 0.37% | - |
| HSV(B) | 51.15º | 0.91% | 0.67% | - |
| XYZ | 27.85 | 30.3 | 4.87 | - |
| YUV | 140.72 | 57.62 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 149 | 16 | 0 | 0.13 | 0.91 | 0.33 | 51.15 | 0.83 | 0.37 |
| Hex | AC | 95 | 10 | 0 | D | 5B | 21 | 33 | 53 | 25 |
| Octal | 254 | 225 | 20 | 0 | 15 | 133 | 41 | 63 | 123 | 45 |
| Binary | 10101100 | 10010101 | 10000 | 0 | 1101 | 1011011 | 100001 | 110011 | 1010011 | 100101 |
Color Harmonies of #AC9510
Complementary color
Monochromatic Colors of #AC9510
Black with #AC9510
Text Example
Text Example
White with #AC9510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9510; }
p { color: rgb(172,149,16); }
H1.HeaderClassName
{
color: #AC9510;
}
.AnyTagClassName
{
color: #AC9510;
}
</style>
background-color css
<style>
a { background-color: #AC9510; }
a { background-color: rgb(172,149,16); }
div.DivClassName
{
background-color: #AC9510;
}
.BgClassName
{
background-color: #AC9510;
}
</style>
border-color css
<style>
span { border-color: #AC9510; }
span { border-color: rgb(172,149,16); }
td.TdClassName
{
border-color: #AC9510;
}
.TagClassName
{
border-color: #AC9510;
}
</style>