Shades of Lucky #AC9B17
Tints of Lucky #AC9B17
RGB
CMYK
RGB Variations
Color information
#AC9B17 (or 0xAC9B17) is known color: Lucky. HEX triplet: AC, 9B and 17. RGB value is (172,155,23). Sum of RGB (Red+Green+Blue) = 172+155+23=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 23 (9.38% from 255 or 6.57% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9B17 is #5364E8. Grayscale: #919191. Windows color (decimal): -5465321 or 1547180. OLE color: 1547180.
HSL color Cylindrical-coordinate representation of color #AC9B17: hue angle of 53.15º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC9B17 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 155 | 23 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.33 |
| HSL | 53.15º | 0.76% | 0.38% | - |
| HSV(B) | 53.15º | 0.87% | 0.67% | - |
| XYZ | 28.89 | 32.28 | 5.52 | - |
| YUV | 145.04 | 59.13 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 155 | 23 | 0 | 0.10 | 0.87 | 0.33 | 53.15 | 0.76 | 0.38 |
| Hex | AC | 9B | 17 | 0 | A | 57 | 21 | 35 | 4C | 26 |
| Octal | 254 | 233 | 27 | 0 | 12 | 127 | 41 | 65 | 114 | 46 |
| Binary | 10101100 | 10011011 | 10111 | 0 | 1010 | 1010111 | 100001 | 110101 | 1001100 | 100110 |
Color Harmonies of #AC9B17
Complementary color
Monochromatic Colors of #AC9B17
Black with #AC9B17
Text Example
Text Example
White with #AC9B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9B17; }
p { color: rgb(172,155,23); }
H1.HeaderClassName
{
color: #AC9B17;
}
.AnyTagClassName
{
color: #AC9B17;
}
</style>
background-color css
<style>
a { background-color: #AC9B17; }
a { background-color: rgb(172,155,23); }
div.DivClassName
{
background-color: #AC9B17;
}
.BgClassName
{
background-color: #AC9B17;
}
</style>
border-color css
<style>
span { border-color: #AC9B17; }
span { border-color: rgb(172,155,23); }
td.TdClassName
{
border-color: #AC9B17;
}
.TagClassName
{
border-color: #AC9B17;
}
</style>