Shades of Sandal #AC8C64
Tints of Sandal #AC8C64
RGB
CMYK
RGB Variations
Color information
#AC8C64 (or 0xAC8C64) is known color: Sandal. HEX triplet: AC, 8C and 64. RGB value is (172,140,100). Sum of RGB (Red+Green+Blue) = 172+140+100=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C64 is #53739B. Grayscale: #919191. Windows color (decimal): -5469084 or 6589612. OLE color: 6589612.
HSL color Cylindrical-coordinate representation of color #AC8C64: hue angle of 33.33º 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 #AC8C64 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 140 | 100 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.33 |
| HSL | 33.33º | 0.3% | 0.53% | - |
| HSV(B) | 33.33º | 0.42% | 0.67% | - |
| XYZ | 28.69 | 28.45 | 16.04 | - |
| YUV | 145.01 | 102.6 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 100 | 0 | 0.19 | 0.42 | 0.33 | 33.33 | 0.3 | 0.53 |
| Hex | AC | 8C | 64 | 0 | 13 | 2A | 21 | 21 | 1E | 35 |
| Octal | 254 | 214 | 144 | 0 | 23 | 52 | 41 | 41 | 36 | 65 |
| Binary | 10101100 | 10001100 | 1100100 | 0 | 10011 | 101010 | 100001 | 100001 | 11110 | 110101 |
Color Harmonies of #AC8C64
Complementary color
Monochromatic Colors of #AC8C64
Black with #AC8C64
Text Example
Text Example
White with #AC8C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8C64; }
p { color: rgb(172,140,100); }
H1.HeaderClassName
{
color: #AC8C64;
}
.AnyTagClassName
{
color: #AC8C64;
}
</style>
background-color css
<style>
a { background-color: #AC8C64; }
a { background-color: rgb(172,140,100); }
div.DivClassName
{
background-color: #AC8C64;
}
.BgClassName
{
background-color: #AC8C64;
}
</style>
border-color css
<style>
span { border-color: #AC8C64; }
span { border-color: rgb(172,140,100); }
td.TdClassName
{
border-color: #AC8C64;
}
.TagClassName
{
border-color: #AC8C64;
}
</style>