Shades of Sandal #AC8963
Tints of Sandal #AC8963
RGB
CMYK
RGB Variations
Color information
#AC8963 (or 0xAC8963) is known color: Sandal. HEX triplet: AC, 89 and 63. RGB value is (172,137,99). Sum of RGB (Red+Green+Blue) = 172+137+99=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 99 (39.06% from 255 or 24.26% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8963 is #53769C. Grayscale: #8F8F8F. Windows color (decimal): -5469853 or 6523308. OLE color: 6523308.
HSL color Cylindrical-coordinate representation of color #AC8963: hue angle of 31.23º degrees, saturation: 0.31, 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 #AC8963 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 137 | 99 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.33 |
| HSL | 31.23º | 0.31% | 0.53% | - |
| HSV(B) | 31.23º | 0.42% | 0.67% | - |
| XYZ | 28.21 | 27.56 | 15.64 | - |
| YUV | 143.13 | 103.1 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 99 | 0 | 0.20 | 0.42 | 0.33 | 31.23 | 0.31 | 0.53 |
| Hex | AC | 89 | 63 | 0 | 14 | 2A | 21 | 1F | 1F | 35 |
| Octal | 254 | 211 | 143 | 0 | 24 | 52 | 41 | 37 | 37 | 65 |
| Binary | 10101100 | 10001001 | 1100011 | 0 | 10100 | 101010 | 100001 | 11111 | 11111 | 110101 |
Color Harmonies of #AC8963
Complementary color
Monochromatic Colors of #AC8963
Black with #AC8963
Text Example
Text Example
White with #AC8963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8963; }
p { color: rgb(172,137,99); }
H1.HeaderClassName
{
color: #AC8963;
}
.AnyTagClassName
{
color: #AC8963;
}
</style>
background-color css
<style>
a { background-color: #AC8963; }
a { background-color: rgb(172,137,99); }
div.DivClassName
{
background-color: #AC8963;
}
.BgClassName
{
background-color: #AC8963;
}
</style>
border-color css
<style>
span { border-color: #AC8963; }
span { border-color: rgb(172,137,99); }
td.TdClassName
{
border-color: #AC8963;
}
.TagClassName
{
border-color: #AC8963;
}
</style>