Shades of Sandal #AC8C65
Tints of Sandal #AC8C65
RGB
CMYK
RGB Variations
Color information
#AC8C65 (or 0xAC8C65) is known color: Sandal. HEX triplet: AC, 8C and 65. RGB value is (172,140,101). Sum of RGB (Red+Green+Blue) = 172+140+101=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C65 is #53739A. Grayscale: #919191. Windows color (decimal): -5469083 or 6655148. OLE color: 6655148.
HSL color Cylindrical-coordinate representation of color #AC8C65: hue angle of 32.96º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC8C65 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 140 | 101 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.33 |
| HSL | 32.96º | 0.3% | 0.54% | - |
| HSV(B) | 32.96º | 0.41% | 0.67% | - |
| XYZ | 28.74 | 28.47 | 16.29 | - |
| YUV | 145.12 | 103.1 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 101 | 0 | 0.19 | 0.41 | 0.33 | 32.96 | 0.3 | 0.54 |
| Hex | AC | 8C | 65 | 0 | 13 | 29 | 21 | 21 | 1E | 36 |
| Octal | 254 | 214 | 145 | 0 | 23 | 51 | 41 | 41 | 36 | 66 |
| Binary | 10101100 | 10001100 | 1100101 | 0 | 10011 | 101001 | 100001 | 100001 | 11110 | 110110 |
Color Harmonies of #AC8C65
Complementary color
Monochromatic Colors of #AC8C65
Black with #AC8C65
Text Example
Text Example
White with #AC8C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8C65; }
p { color: rgb(172,140,101); }
H1.HeaderClassName
{
color: #AC8C65;
}
.AnyTagClassName
{
color: #AC8C65;
}
</style>
background-color css
<style>
a { background-color: #AC8C65; }
a { background-color: rgb(172,140,101); }
div.DivClassName
{
background-color: #AC8C65;
}
.BgClassName
{
background-color: #AC8C65;
}
</style>
border-color css
<style>
span { border-color: #AC8C65; }
span { border-color: rgb(172,140,101); }
td.TdClassName
{
border-color: #AC8C65;
}
.TagClassName
{
border-color: #AC8C65;
}
</style>