Shades of Sandal #AD8967
Tints of Sandal #AD8967
RGB
CMYK
RGB Variations
Color information
#AD8967 (or 0xAD8967) is known color: Sandal. HEX triplet: AD, 89 and 67. RGB value is (173,137,103). Sum of RGB (Red+Green+Blue) = 173+137+103=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8967 is #527698. Grayscale: #909090. Windows color (decimal): -5404313 or 6785453. OLE color: 6785453.
HSL color Cylindrical-coordinate representation of color #AD8967: hue angle of 29.14º 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 #AD8967 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 103 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.32 |
| HSL | 29.14º | 0.3% | 0.54% | - |
| HSV(B) | 29.14º | 0.4% | 0.68% | - |
| XYZ | 28.63 | 27.75 | 16.68 | - |
| YUV | 143.89 | 104.93 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 103 | 0 | 0.21 | 0.40 | 0.32 | 29.14 | 0.3 | 0.54 |
| Hex | AD | 89 | 67 | 0 | 15 | 28 | 20 | 1D | 1E | 36 |
| Octal | 255 | 211 | 147 | 0 | 25 | 50 | 40 | 35 | 36 | 66 |
| Binary | 10101101 | 10001001 | 1100111 | 0 | 10101 | 101000 | 100000 | 11101 | 11110 | 110110 |
Color Harmonies of #AD8967
Complementary color
Monochromatic Colors of #AD8967
Black with #AD8967
Text Example
Text Example
White with #AD8967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8967; }
p { color: rgb(173,137,103); }
H1.HeaderClassName
{
color: #AD8967;
}
.AnyTagClassName
{
color: #AD8967;
}
</style>
background-color css
<style>
a { background-color: #AD8967; }
a { background-color: rgb(173,137,103); }
div.DivClassName
{
background-color: #AD8967;
}
.BgClassName
{
background-color: #AD8967;
}
</style>
border-color css
<style>
span { border-color: #AD8967; }
span { border-color: rgb(173,137,103); }
td.TdClassName
{
border-color: #AD8967;
}
.TagClassName
{
border-color: #AD8967;
}
</style>