Shades of Sandal #AC8D64
Tints of Sandal #AC8D64
RGB
CMYK
RGB Variations
Color information
#AC8D64 (or 0xAC8D64) is known color: Sandal. HEX triplet: AC, 8D and 64. RGB value is (172,141,100). Sum of RGB (Red+Green+Blue) = 172+141+100=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D64 is #53729B. Grayscale: #919191. Windows color (decimal): -5468828 or 6589868. OLE color: 6589868.
HSL color Cylindrical-coordinate representation of color #AC8D64: hue angle of 34.17º 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 #AC8D64 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 141 | 100 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.33 |
| HSL | 34.17º | 0.3% | 0.53% | - |
| HSV(B) | 34.17º | 0.42% | 0.67% | - |
| XYZ | 28.84 | 28.74 | 16.08 | - |
| YUV | 145.6 | 102.27 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 100 | 0 | 0.18 | 0.42 | 0.33 | 34.17 | 0.3 | 0.53 |
| Hex | AC | 8D | 64 | 0 | 12 | 2A | 21 | 22 | 1E | 35 |
| Octal | 254 | 215 | 144 | 0 | 22 | 52 | 41 | 42 | 36 | 65 |
| Binary | 10101100 | 10001101 | 1100100 | 0 | 10010 | 101010 | 100001 | 100010 | 11110 | 110101 |
Color Harmonies of #AC8D64
Complementary color
Monochromatic Colors of #AC8D64
Black with #AC8D64
Text Example
Text Example
White with #AC8D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D64; }
p { color: rgb(172,141,100); }
H1.HeaderClassName
{
color: #AC8D64;
}
.AnyTagClassName
{
color: #AC8D64;
}
</style>
background-color css
<style>
a { background-color: #AC8D64; }
a { background-color: rgb(172,141,100); }
div.DivClassName
{
background-color: #AC8D64;
}
.BgClassName
{
background-color: #AC8D64;
}
</style>
border-color css
<style>
span { border-color: #AC8D64; }
span { border-color: rgb(172,141,100); }
td.TdClassName
{
border-color: #AC8D64;
}
.TagClassName
{
border-color: #AC8D64;
}
</style>