Shades of Sandal #AC886A
Tints of Sandal #AC886A
RGB
CMYK
RGB Variations
Color information
#AC886A (or 0xAC886A) is known color: Sandal. HEX triplet: AC, 88 and 6A. RGB value is (172,136,106). Sum of RGB (Red+Green+Blue) = 172+136+106=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC886A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC886A is #537795. Grayscale: #8F8F8F. Windows color (decimal): -5470102 or 6981804. OLE color: 6981804.
HSL color Cylindrical-coordinate representation of color #AC886A: hue angle of 27.27º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC886A is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 106 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.33 |
| HSL | 27.27º | 0.28% | 0.55% | - |
| HSV(B) | 27.27º | 0.38% | 0.67% | - |
| XYZ | 28.42 | 27.42 | 17.43 | - |
| YUV | 143.34 | 106.93 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 106 | 0 | 0.21 | 0.38 | 0.33 | 27.27 | 0.28 | 0.55 |
| Hex | AC | 88 | 6A | 0 | 15 | 26 | 21 | 1B | 1C | 37 |
| Octal | 254 | 210 | 152 | 0 | 25 | 46 | 41 | 33 | 34 | 67 |
| Binary | 10101100 | 10001000 | 1101010 | 0 | 10101 | 100110 | 100001 | 11011 | 11100 | 110111 |
Color Harmonies of #AC886A
Complementary color
Monochromatic Colors of #AC886A
Black with #AC886A
Text Example
Text Example
White with #AC886A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC886A; }
p { color: rgb(172,136,106); }
H1.HeaderClassName
{
color: #AC886A;
}
.AnyTagClassName
{
color: #AC886A;
}
</style>
background-color css
<style>
a { background-color: #AC886A; }
a { background-color: rgb(172,136,106); }
div.DivClassName
{
background-color: #AC886A;
}
.BgClassName
{
background-color: #AC886A;
}
</style>
border-color css
<style>
span { border-color: #AC886A; }
span { border-color: rgb(172,136,106); }
td.TdClassName
{
border-color: #AC886A;
}
.TagClassName
{
border-color: #AC886A;
}
</style>