Shades of Sandal #AD8866
Tints of Sandal #AD8866
RGB
CMYK
RGB Variations
Color information
#AD8866 (or 0xAD8866) is known color: Sandal. HEX triplet: AD, 88 and 66. RGB value is (173,136,102). Sum of RGB (Red+Green+Blue) = 173+136+102=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8866 is #527799. Grayscale: #8F8F8F. Windows color (decimal): -5404570 or 6719661. OLE color: 6719661.
HSL color Cylindrical-coordinate representation of color #AD8866: hue angle of 28.73º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD8866 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 102 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.32 |
| HSL | 28.73º | 0.3% | 0.54% | - |
| HSV(B) | 28.73º | 0.41% | 0.68% | - |
| XYZ | 28.44 | 27.45 | 16.37 | - |
| YUV | 143.19 | 104.76 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 102 | 0 | 0.21 | 0.41 | 0.32 | 28.73 | 0.3 | 0.54 |
| Hex | AD | 88 | 66 | 0 | 15 | 29 | 20 | 1D | 1E | 36 |
| Octal | 255 | 210 | 146 | 0 | 25 | 51 | 40 | 35 | 36 | 66 |
| Binary | 10101101 | 10001000 | 1100110 | 0 | 10101 | 101001 | 100000 | 11101 | 11110 | 110110 |
Color Harmonies of #AD8866
Complementary color
Monochromatic Colors of #AD8866
Black with #AD8866
Text Example
Text Example
White with #AD8866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8866; }
p { color: rgb(173,136,102); }
H1.HeaderClassName
{
color: #AD8866;
}
.AnyTagClassName
{
color: #AD8866;
}
</style>
background-color css
<style>
a { background-color: #AD8866; }
a { background-color: rgb(173,136,102); }
div.DivClassName
{
background-color: #AD8866;
}
.BgClassName
{
background-color: #AD8866;
}
</style>
border-color css
<style>
span { border-color: #AD8866; }
span { border-color: rgb(173,136,102); }
td.TdClassName
{
border-color: #AD8866;
}
.TagClassName
{
border-color: #AD8866;
}
</style>