Shades of Sandal #AD8864
Tints of Sandal #AD8864
RGB
CMYK
RGB Variations
Color information
#AD8864 (or 0xAD8864) is known color: Sandal. HEX triplet: AD, 88 and 64. RGB value is (173,136,100). Sum of RGB (Red+Green+Blue) = 173+136+100=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8864 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8864 is #52779B. Grayscale: #8F8F8F. Windows color (decimal): -5404572 or 6588589. OLE color: 6588589.
HSL color Cylindrical-coordinate representation of color #AD8864: hue angle of 29.59º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD8864 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 100 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.32 |
| HSL | 29.59º | 0.31% | 0.54% | - |
| HSV(B) | 29.59º | 0.42% | 0.68% | - |
| XYZ | 28.34 | 27.41 | 15.85 | - |
| YUV | 142.96 | 103.76 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 100 | 0 | 0.21 | 0.42 | 0.32 | 29.59 | 0.31 | 0.54 |
| Hex | AD | 88 | 64 | 0 | 15 | 2A | 20 | 1E | 1F | 36 |
| Octal | 255 | 210 | 144 | 0 | 25 | 52 | 40 | 36 | 37 | 66 |
| Binary | 10101101 | 10001000 | 1100100 | 0 | 10101 | 101010 | 100000 | 11110 | 11111 | 110110 |
Color Harmonies of #AD8864
Complementary color
Monochromatic Colors of #AD8864
Black with #AD8864
Text Example
Text Example
White with #AD8864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8864; }
p { color: rgb(173,136,100); }
H1.HeaderClassName
{
color: #AD8864;
}
.AnyTagClassName
{
color: #AD8864;
}
</style>
background-color css
<style>
a { background-color: #AD8864; }
a { background-color: rgb(173,136,100); }
div.DivClassName
{
background-color: #AD8864;
}
.BgClassName
{
background-color: #AD8864;
}
</style>
border-color css
<style>
span { border-color: #AD8864; }
span { border-color: rgb(173,136,100); }
td.TdClassName
{
border-color: #AD8864;
}
.TagClassName
{
border-color: #AD8864;
}
</style>