Shades of Sandal #AD8863
Tints of Sandal #AD8863
RGB
CMYK
RGB Variations
Color information
#AD8863 (or 0xAD8863) is known color: Sandal. HEX triplet: AD, 88 and 63. RGB value is (173,136,99). Sum of RGB (Red+Green+Blue) = 173+136+99=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 99 (39.06% from 255 or 24.26% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8863 is #52779C. Grayscale: #8F8F8F. Windows color (decimal): -5404573 or 6523053. OLE color: 6523053.
HSL color Cylindrical-coordinate representation of color #AD8863: hue angle of 30º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD8863 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 99 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.32 |
| HSL | 30º | 0.31% | 0.53% | - |
| HSV(B) | 30º | 0.43% | 0.68% | - |
| XYZ | 28.29 | 27.39 | 15.6 | - |
| YUV | 142.85 | 103.26 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 99 | 0 | 0.21 | 0.43 | 0.32 | 30 | 0.31 | 0.53 |
| Hex | AD | 88 | 63 | 0 | 15 | 2B | 20 | 1E | 1F | 35 |
| Octal | 255 | 210 | 143 | 0 | 25 | 53 | 40 | 36 | 37 | 65 |
| Binary | 10101101 | 10001000 | 1100011 | 0 | 10101 | 101011 | 100000 | 11110 | 11111 | 110101 |
Color Harmonies of #AD8863
Complementary color
Monochromatic Colors of #AD8863
Black with #AD8863
Text Example
Text Example
White with #AD8863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8863; }
p { color: rgb(173,136,99); }
H1.HeaderClassName
{
color: #AD8863;
}
.AnyTagClassName
{
color: #AD8863;
}
</style>
background-color css
<style>
a { background-color: #AD8863; }
a { background-color: rgb(173,136,99); }
div.DivClassName
{
background-color: #AD8863;
}
.BgClassName
{
background-color: #AD8863;
}
</style>
border-color css
<style>
span { border-color: #AD8863; }
span { border-color: rgb(173,136,99); }
td.TdClassName
{
border-color: #AD8863;
}
.TagClassName
{
border-color: #AD8863;
}
</style>