Shades of Sandal #AC8D65
Tints of Sandal #AC8D65
RGB
CMYK
RGB Variations
Color information
#AC8D65 (or 0xAC8D65) is known color: Sandal. HEX triplet: AC, 8D and 65. RGB value is (172,141,101). Sum of RGB (Red+Green+Blue) = 172+141+101=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D65 is #53729A. Grayscale: #919191. Windows color (decimal): -5468827 or 6655404. OLE color: 6655404.
HSL color Cylindrical-coordinate representation of color #AC8D65: hue angle of 33.8º 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 #AC8D65 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 141 | 101 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.33 |
| HSL | 33.8º | 0.3% | 0.54% | - |
| HSV(B) | 33.8º | 0.41% | 0.67% | - |
| XYZ | 28.89 | 28.76 | 16.34 | - |
| YUV | 145.71 | 102.77 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 101 | 0 | 0.18 | 0.41 | 0.33 | 33.8 | 0.3 | 0.54 |
| Hex | AC | 8D | 65 | 0 | 12 | 29 | 21 | 22 | 1E | 36 |
| Octal | 254 | 215 | 145 | 0 | 22 | 51 | 41 | 42 | 36 | 66 |
| Binary | 10101100 | 10001101 | 1100101 | 0 | 10010 | 101001 | 100001 | 100010 | 11110 | 110110 |
Color Harmonies of #AC8D65
Complementary color
Monochromatic Colors of #AC8D65
Black with #AC8D65
Text Example
Text Example
White with #AC8D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D65; }
p { color: rgb(172,141,101); }
H1.HeaderClassName
{
color: #AC8D65;
}
.AnyTagClassName
{
color: #AC8D65;
}
</style>
background-color css
<style>
a { background-color: #AC8D65; }
a { background-color: rgb(172,141,101); }
div.DivClassName
{
background-color: #AC8D65;
}
.BgClassName
{
background-color: #AC8D65;
}
</style>
border-color css
<style>
span { border-color: #AC8D65; }
span { border-color: rgb(172,141,101); }
td.TdClassName
{
border-color: #AC8D65;
}
.TagClassName
{
border-color: #AC8D65;
}
</style>