Shades of Sandal #AC8864
Tints of Sandal #AC8864
RGB
CMYK
RGB Variations
Color information
#AC8864 (or 0xAC8864) is known color: Sandal. HEX triplet: AC, 88 and 64. RGB value is (172,136,100). Sum of RGB (Red+Green+Blue) = 172+136+100=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8864 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8864 is #53779B. Grayscale: #8E8E8E. Windows color (decimal): -5470108 or 6588588. OLE color: 6588588.
HSL color Cylindrical-coordinate representation of color #AC8864: hue angle of 30º 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 #AC8864 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 100 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.33 |
| HSL | 30º | 0.3% | 0.53% | - |
| HSV(B) | 30º | 0.42% | 0.67% | - |
| XYZ | 28.12 | 27.3 | 15.84 | - |
| YUV | 142.66 | 103.93 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 100 | 0 | 0.21 | 0.42 | 0.33 | 30 | 0.3 | 0.53 |
| Hex | AC | 88 | 64 | 0 | 15 | 2A | 21 | 1E | 1E | 35 |
| Octal | 254 | 210 | 144 | 0 | 25 | 52 | 41 | 36 | 36 | 65 |
| Binary | 10101100 | 10001000 | 1100100 | 0 | 10101 | 101010 | 100001 | 11110 | 11110 | 110101 |
Color Harmonies of #AC8864
Complementary color
Monochromatic Colors of #AC8864
Black with #AC8864
Text Example
Text Example
White with #AC8864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8864; }
p { color: rgb(172,136,100); }
H1.HeaderClassName
{
color: #AC8864;
}
.AnyTagClassName
{
color: #AC8864;
}
</style>
background-color css
<style>
a { background-color: #AC8864; }
a { background-color: rgb(172,136,100); }
div.DivClassName
{
background-color: #AC8864;
}
.BgClassName
{
background-color: #AC8864;
}
</style>
border-color css
<style>
span { border-color: #AC8864; }
span { border-color: rgb(172,136,100); }
td.TdClassName
{
border-color: #AC8864;
}
.TagClassName
{
border-color: #AC8864;
}
</style>