Shades of Sandal #AD8868
Tints of Sandal #AD8868
RGB
CMYK
RGB Variations
Color information
#AD8868 (or 0xAD8868) is known color: Sandal. HEX triplet: AD, 88 and 68. RGB value is (173,136,104). Sum of RGB (Red+Green+Blue) = 173+136+104=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8868 is #527797. Grayscale: #8F8F8F. Windows color (decimal): -5404568 or 6850733. OLE color: 6850733.
HSL color Cylindrical-coordinate representation of color #AD8868: hue angle of 27.83º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD8868 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 104 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.32 |
| HSL | 27.83º | 0.3% | 0.54% | - |
| HSV(B) | 27.83º | 0.4% | 0.68% | - |
| XYZ | 28.54 | 27.49 | 16.9 | - |
| YUV | 143.42 | 105.76 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 104 | 0 | 0.21 | 0.40 | 0.32 | 27.83 | 0.3 | 0.54 |
| Hex | AD | 88 | 68 | 0 | 15 | 28 | 20 | 1C | 1E | 36 |
| Octal | 255 | 210 | 150 | 0 | 25 | 50 | 40 | 34 | 36 | 66 |
| Binary | 10101101 | 10001000 | 1101000 | 0 | 10101 | 101000 | 100000 | 11100 | 11110 | 110110 |
Color Harmonies of #AD8868
Complementary color
Monochromatic Colors of #AD8868
Black with #AD8868
Text Example
Text Example
White with #AD8868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8868; }
p { color: rgb(173,136,104); }
H1.HeaderClassName
{
color: #AD8868;
}
.AnyTagClassName
{
color: #AD8868;
}
</style>
background-color css
<style>
a { background-color: #AD8868; }
a { background-color: rgb(173,136,104); }
div.DivClassName
{
background-color: #AD8868;
}
.BgClassName
{
background-color: #AD8868;
}
</style>
border-color css
<style>
span { border-color: #AD8868; }
span { border-color: rgb(173,136,104); }
td.TdClassName
{
border-color: #AD8868;
}
.TagClassName
{
border-color: #AD8868;
}
</style>