Shades of Lucky #AC9A11
Tints of Lucky #AC9A11
RGB
CMYK
RGB Variations
Color information
#AC9A11 (or 0xAC9A11) is known color: Lucky. HEX triplet: AC, 9A and 11. RGB value is (172,154,17). Sum of RGB (Red+Green+Blue) = 172+154+17=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 154 (60.55% from 255 or 44.90% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9A11 is #5365EE. Grayscale: #909090. Windows color (decimal): -5465583 or 1153708. OLE color: 1153708.
HSL color Cylindrical-coordinate representation of color #AC9A11: hue angle of 53.03º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC9A11 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 17 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.33 |
| HSL | 53.03º | 0.82% | 0.37% | - |
| HSV(B) | 53.03º | 0.9% | 0.67% | - |
| XYZ | 28.67 | 31.92 | 5.18 | - |
| YUV | 143.76 | 56.46 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 17 | 0 | 0.10 | 0.90 | 0.33 | 53.03 | 0.82 | 0.37 |
| Hex | AC | 9A | 11 | 0 | A | 5A | 21 | 35 | 52 | 25 |
| Octal | 254 | 232 | 21 | 0 | 12 | 132 | 41 | 65 | 122 | 45 |
| Binary | 10101100 | 10011010 | 10001 | 0 | 1010 | 1011010 | 100001 | 110101 | 1010010 | 100101 |
Color Harmonies of #AC9A11
Complementary color
Monochromatic Colors of #AC9A11
Black with #AC9A11
Text Example
Text Example
White with #AC9A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A11; }
p { color: rgb(172,154,17); }
H1.HeaderClassName
{
color: #AC9A11;
}
.AnyTagClassName
{
color: #AC9A11;
}
</style>
background-color css
<style>
a { background-color: #AC9A11; }
a { background-color: rgb(172,154,17); }
div.DivClassName
{
background-color: #AC9A11;
}
.BgClassName
{
background-color: #AC9A11;
}
</style>
border-color css
<style>
span { border-color: #AC9A11; }
span { border-color: rgb(172,154,17); }
td.TdClassName
{
border-color: #AC9A11;
}
.TagClassName
{
border-color: #AC9A11;
}
</style>