Shades of Sandal #AC8862
Tints of Sandal #AC8862
RGB
CMYK
RGB Variations
Color information
#AC8862 (or 0xAC8862) is known color: Sandal. HEX triplet: AC, 88 and 62. RGB value is (172,136,98). Sum of RGB (Red+Green+Blue) = 172+136+98=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 98 (38.67% from 255 or 24.14% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8862 is #53779D. Grayscale: #8E8E8E. Windows color (decimal): -5470110 or 6457516. OLE color: 6457516.
HSL color Cylindrical-coordinate representation of color #AC8862: hue angle of 30.81º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC8862 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 98 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.33 |
| HSL | 30.81º | 0.31% | 0.53% | - |
| HSV(B) | 30.81º | 0.43% | 0.67% | - |
| XYZ | 28.02 | 27.26 | 15.34 | - |
| YUV | 142.43 | 102.93 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 98 | 0 | 0.21 | 0.43 | 0.33 | 30.81 | 0.31 | 0.53 |
| Hex | AC | 88 | 62 | 0 | 15 | 2B | 21 | 1F | 1F | 35 |
| Octal | 254 | 210 | 142 | 0 | 25 | 53 | 41 | 37 | 37 | 65 |
| Binary | 10101100 | 10001000 | 1100010 | 0 | 10101 | 101011 | 100001 | 11111 | 11111 | 110101 |
Color Harmonies of #AC8862
Complementary color
Monochromatic Colors of #AC8862
Black with #AC8862
Text Example
Text Example
White with #AC8862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8862; }
p { color: rgb(172,136,98); }
H1.HeaderClassName
{
color: #AC8862;
}
.AnyTagClassName
{
color: #AC8862;
}
</style>
background-color css
<style>
a { background-color: #AC8862; }
a { background-color: rgb(172,136,98); }
div.DivClassName
{
background-color: #AC8862;
}
.BgClassName
{
background-color: #AC8862;
}
</style>
border-color css
<style>
span { border-color: #AC8862; }
span { border-color: rgb(172,136,98); }
td.TdClassName
{
border-color: #AC8862;
}
.TagClassName
{
border-color: #AC8862;
}
</style>