Shades of Lucky #AC9A10
Tints of Lucky #AC9A10
RGB
CMYK
RGB Variations
Color information
#AC9A10 (or 0xAC9A10) is known color: Lucky. HEX triplet: AC, 9A and 10. RGB value is (172,154,16). Sum of RGB (Red+Green+Blue) = 172+154+16=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 154 (60.55% from 255 or 45.03% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9A10 is #5365EF. Grayscale: #909090. Windows color (decimal): -5465584 or 1088172. OLE color: 1088172.
HSL color Cylindrical-coordinate representation of color #AC9A10: hue angle of 53.08º 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 #AC9A10 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 16 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.33 |
| HSL | 53.08º | 0.83% | 0.37% | - |
| HSV(B) | 53.08º | 0.91% | 0.67% | - |
| XYZ | 28.66 | 31.92 | 5.14 | - |
| YUV | 143.65 | 55.96 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 16 | 0 | 0.10 | 0.91 | 0.33 | 53.08 | 0.83 | 0.37 |
| Hex | AC | 9A | 10 | 0 | A | 5B | 21 | 35 | 53 | 25 |
| Octal | 254 | 232 | 20 | 0 | 12 | 133 | 41 | 65 | 123 | 45 |
| Binary | 10101100 | 10011010 | 10000 | 0 | 1010 | 1011011 | 100001 | 110101 | 1010011 | 100101 |
Color Harmonies of #AC9A10
Complementary color
Monochromatic Colors of #AC9A10
Black with #AC9A10
Text Example
Text Example
White with #AC9A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A10; }
p { color: rgb(172,154,16); }
H1.HeaderClassName
{
color: #AC9A10;
}
.AnyTagClassName
{
color: #AC9A10;
}
</style>
background-color css
<style>
a { background-color: #AC9A10; }
a { background-color: rgb(172,154,16); }
div.DivClassName
{
background-color: #AC9A10;
}
.BgClassName
{
background-color: #AC9A10;
}
</style>
border-color css
<style>
span { border-color: #AC9A10; }
span { border-color: rgb(172,154,16); }
td.TdClassName
{
border-color: #AC9A10;
}
.TagClassName
{
border-color: #AC9A10;
}
</style>