Shades of Lucky #AC8B17
Tints of Lucky #AC8B17
RGB
CMYK
RGB Variations
Color information
#AC8B17 (or 0xAC8B17) is known color: Lucky. HEX triplet: AC, 8B and 17. RGB value is (172,139,23). Sum of RGB (Red+Green+Blue) = 172+139+23=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 23 (9.38% from 255 or 6.89% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8B17 is #5374E8. Grayscale: #888888. Windows color (decimal): -5469417 or 1543084. OLE color: 1543084.
HSL color Cylindrical-coordinate representation of color #AC8B17: hue angle of 46.71º 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 #AC8B17 is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 139 | 23 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.33 |
| HSL | 46.71º | 0.76% | 0.38% | - |
| HSV(B) | 46.71º | 0.87% | 0.67% | - |
| XYZ | 26.4 | 27.3 | 4.69 | - |
| YUV | 135.64 | 64.43 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 139 | 23 | 0 | 0.19 | 0.87 | 0.33 | 46.71 | 0.76 | 0.38 |
| Hex | AC | 8B | 17 | 0 | 13 | 57 | 21 | 2F | 4C | 26 |
| Octal | 254 | 213 | 27 | 0 | 23 | 127 | 41 | 57 | 114 | 46 |
| Binary | 10101100 | 10001011 | 10111 | 0 | 10011 | 1010111 | 100001 | 101111 | 1001100 | 100110 |
Color Harmonies of #AC8B17
Complementary color
Monochromatic Colors of #AC8B17
Black with #AC8B17
Text Example
Text Example
White with #AC8B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8B17; }
p { color: rgb(172,139,23); }
H1.HeaderClassName
{
color: #AC8B17;
}
.AnyTagClassName
{
color: #AC8B17;
}
</style>
background-color css
<style>
a { background-color: #AC8B17; }
a { background-color: rgb(172,139,23); }
div.DivClassName
{
background-color: #AC8B17;
}
.BgClassName
{
background-color: #AC8B17;
}
</style>
border-color css
<style>
span { border-color: #AC8B17; }
span { border-color: rgb(172,139,23); }
td.TdClassName
{
border-color: #AC8B17;
}
.TagClassName
{
border-color: #AC8B17;
}
</style>