Shades of Sandal #AC8965
Tints of Sandal #AC8965
RGB
CMYK
RGB Variations
Color information
#AC8965 (or 0xAC8965) is known color: Sandal. HEX triplet: AC, 89 and 65. RGB value is (172,137,101). Sum of RGB (Red+Green+Blue) = 172+137+101=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8965 is #53769A. Grayscale: #8F8F8F. Windows color (decimal): -5469851 or 6654380. OLE color: 6654380.
HSL color Cylindrical-coordinate representation of color #AC8965: hue angle of 30.42º 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 #AC8965 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 137 | 101 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.33 |
| HSL | 30.42º | 0.3% | 0.54% | - |
| HSV(B) | 30.42º | 0.41% | 0.67% | - |
| XYZ | 28.31 | 27.6 | 16.15 | - |
| YUV | 143.36 | 104.1 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 101 | 0 | 0.20 | 0.41 | 0.33 | 30.42 | 0.3 | 0.54 |
| Hex | AC | 89 | 65 | 0 | 14 | 29 | 21 | 1E | 1E | 36 |
| Octal | 254 | 211 | 145 | 0 | 24 | 51 | 41 | 36 | 36 | 66 |
| Binary | 10101100 | 10001001 | 1100101 | 0 | 10100 | 101001 | 100001 | 11110 | 11110 | 110110 |
Color Harmonies of #AC8965
Complementary color
Monochromatic Colors of #AC8965
Black with #AC8965
Text Example
Text Example
White with #AC8965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8965; }
p { color: rgb(172,137,101); }
H1.HeaderClassName
{
color: #AC8965;
}
.AnyTagClassName
{
color: #AC8965;
}
</style>
background-color css
<style>
a { background-color: #AC8965; }
a { background-color: rgb(172,137,101); }
div.DivClassName
{
background-color: #AC8965;
}
.BgClassName
{
background-color: #AC8965;
}
</style>
border-color css
<style>
span { border-color: #AC8965; }
span { border-color: rgb(172,137,101); }
td.TdClassName
{
border-color: #AC8965;
}
.TagClassName
{
border-color: #AC8965;
}
</style>