Shades of Sandal #AD8963
Tints of Sandal #AD8963
RGB
CMYK
RGB Variations
Color information
#AD8963 (or 0xAD8963) is known color: Sandal. HEX triplet: AD, 89 and 63. RGB value is (173,137,99). Sum of RGB (Red+Green+Blue) = 173+137+99=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 99 (39.06% from 255 or 24.21% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8963 is #52769C. Grayscale: #8F8F8F. Windows color (decimal): -5404317 or 6523309. OLE color: 6523309.
HSL color Cylindrical-coordinate representation of color #AD8963: hue angle of 30.81º 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 #AD8963 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 99 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.32 |
| HSL | 30.81º | 0.31% | 0.53% | - |
| HSV(B) | 30.81º | 0.43% | 0.68% | - |
| XYZ | 28.43 | 27.68 | 15.65 | - |
| YUV | 143.43 | 102.93 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 99 | 0 | 0.21 | 0.43 | 0.32 | 30.81 | 0.31 | 0.53 |
| Hex | AD | 89 | 63 | 0 | 15 | 2B | 20 | 1F | 1F | 35 |
| Octal | 255 | 211 | 143 | 0 | 25 | 53 | 40 | 37 | 37 | 65 |
| Binary | 10101101 | 10001001 | 1100011 | 0 | 10101 | 101011 | 100000 | 11111 | 11111 | 110101 |
Color Harmonies of #AD8963
Complementary color
Monochromatic Colors of #AD8963
Black with #AD8963
Text Example
Text Example
White with #AD8963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8963; }
p { color: rgb(173,137,99); }
H1.HeaderClassName
{
color: #AD8963;
}
.AnyTagClassName
{
color: #AD8963;
}
</style>
background-color css
<style>
a { background-color: #AD8963; }
a { background-color: rgb(173,137,99); }
div.DivClassName
{
background-color: #AD8963;
}
.BgClassName
{
background-color: #AD8963;
}
</style>
border-color css
<style>
span { border-color: #AD8963; }
span { border-color: rgb(173,137,99); }
td.TdClassName
{
border-color: #AD8963;
}
.TagClassName
{
border-color: #AD8963;
}
</style>