Shades of Sandal #AC8A66
Tints of Sandal #AC8A66
RGB
CMYK
RGB Variations
Color information
#AC8A66 (or 0xAC8A66) is known color: Sandal. HEX triplet: AC, 8A and 66. RGB value is (172,138,102). Sum of RGB (Red+Green+Blue) = 172+138+102=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8A66 is #537599. Grayscale: #909090. Windows color (decimal): -5469594 or 6720172. OLE color: 6720172.
HSL color Cylindrical-coordinate representation of color #AC8A66: hue angle of 30.86º 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 #AC8A66 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 138 | 102 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.33 |
| HSL | 30.86º | 0.3% | 0.54% | - |
| HSV(B) | 30.86º | 0.41% | 0.67% | - |
| XYZ | 28.5 | 27.91 | 16.45 | - |
| YUV | 144.06 | 104.26 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 138 | 102 | 0 | 0.20 | 0.41 | 0.33 | 30.86 | 0.3 | 0.54 |
| Hex | AC | 8A | 66 | 0 | 14 | 29 | 21 | 1F | 1E | 36 |
| Octal | 254 | 212 | 146 | 0 | 24 | 51 | 41 | 37 | 36 | 66 |
| Binary | 10101100 | 10001010 | 1100110 | 0 | 10100 | 101001 | 100001 | 11111 | 11110 | 110110 |
Color Harmonies of #AC8A66
Complementary color
Monochromatic Colors of #AC8A66
Black with #AC8A66
Text Example
Text Example
White with #AC8A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8A66; }
p { color: rgb(172,138,102); }
H1.HeaderClassName
{
color: #AC8A66;
}
.AnyTagClassName
{
color: #AC8A66;
}
</style>
background-color css
<style>
a { background-color: #AC8A66; }
a { background-color: rgb(172,138,102); }
div.DivClassName
{
background-color: #AC8A66;
}
.BgClassName
{
background-color: #AC8A66;
}
</style>
border-color css
<style>
span { border-color: #AC8A66; }
span { border-color: rgb(172,138,102); }
td.TdClassName
{
border-color: #AC8A66;
}
.TagClassName
{
border-color: #AC8A66;
}
</style>