Shades of Sandal #AC8B64
Tints of Sandal #AC8B64
RGB
CMYK
RGB Variations
Color information
#AC8B64 (or 0xAC8B64) is known color: Sandal. HEX triplet: AC, 8B and 64. RGB value is (172,139,100). Sum of RGB (Red+Green+Blue) = 172+139+100=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8B64 is #53749B. Grayscale: #909090. Windows color (decimal): -5469340 or 6589356. OLE color: 6589356.
HSL color Cylindrical-coordinate representation of color #AC8B64: hue angle of 32.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC8B64 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 139 | 100 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.33 |
| HSL | 32.5º | 0.3% | 0.53% | - |
| HSV(B) | 32.5º | 0.42% | 0.67% | - |
| XYZ | 28.55 | 28.16 | 15.99 | - |
| YUV | 144.42 | 102.93 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 139 | 100 | 0 | 0.19 | 0.42 | 0.33 | 32.5 | 0.3 | 0.53 |
| Hex | AC | 8B | 64 | 0 | 13 | 2A | 21 | 20 | 1E | 35 |
| Octal | 254 | 213 | 144 | 0 | 23 | 52 | 41 | 40 | 36 | 65 |
| Binary | 10101100 | 10001011 | 1100100 | 0 | 10011 | 101010 | 100001 | 100000 | 11110 | 110101 |
Color Harmonies of #AC8B64
Complementary color
Monochromatic Colors of #AC8B64
Black with #AC8B64
Text Example
Text Example
White with #AC8B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8B64; }
p { color: rgb(172,139,100); }
H1.HeaderClassName
{
color: #AC8B64;
}
.AnyTagClassName
{
color: #AC8B64;
}
</style>
background-color css
<style>
a { background-color: #AC8B64; }
a { background-color: rgb(172,139,100); }
div.DivClassName
{
background-color: #AC8B64;
}
.BgClassName
{
background-color: #AC8B64;
}
</style>
border-color css
<style>
span { border-color: #AC8B64; }
span { border-color: rgb(172,139,100); }
td.TdClassName
{
border-color: #AC8B64;
}
.TagClassName
{
border-color: #AC8B64;
}
</style>