Shades of Sandal #AC8C63
Tints of Sandal #AC8C63
RGB
CMYK
RGB Variations
Color information
#AC8C63 (or 0xAC8C63) is known color: Sandal. HEX triplet: AC, 8C and 63. RGB value is (172,140,99). Sum of RGB (Red+Green+Blue) = 172+140+99=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C63 is #53739C. Grayscale: #919191. Windows color (decimal): -5469085 or 6524076. OLE color: 6524076.
HSL color Cylindrical-coordinate representation of color #AC8C63: hue angle of 33.7º 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 #AC8C63 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 140 | 99 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.33 |
| HSL | 33.7º | 0.31% | 0.53% | - |
| HSV(B) | 33.7º | 0.42% | 0.67% | - |
| XYZ | 28.64 | 28.43 | 15.78 | - |
| YUV | 144.89 | 102.1 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 99 | 0 | 0.19 | 0.42 | 0.33 | 33.7 | 0.31 | 0.53 |
| Hex | AC | 8C | 63 | 0 | 13 | 2A | 21 | 22 | 1F | 35 |
| Octal | 254 | 214 | 143 | 0 | 23 | 52 | 41 | 42 | 37 | 65 |
| Binary | 10101100 | 10001100 | 1100011 | 0 | 10011 | 101010 | 100001 | 100010 | 11111 | 110101 |
Color Harmonies of #AC8C63
Complementary color
Monochromatic Colors of #AC8C63
Black with #AC8C63
Text Example
Text Example
White with #AC8C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8C63; }
p { color: rgb(172,140,99); }
H1.HeaderClassName
{
color: #AC8C63;
}
.AnyTagClassName
{
color: #AC8C63;
}
</style>
background-color css
<style>
a { background-color: #AC8C63; }
a { background-color: rgb(172,140,99); }
div.DivClassName
{
background-color: #AC8C63;
}
.BgClassName
{
background-color: #AC8C63;
}
</style>
border-color css
<style>
span { border-color: #AC8C63; }
span { border-color: rgb(172,140,99); }
td.TdClassName
{
border-color: #AC8C63;
}
.TagClassName
{
border-color: #AC8C63;
}
</style>