Shades of Sandal #AD8B65
Tints of Sandal #AD8B65
RGB
CMYK
RGB Variations
Color information
#AD8B65 (or 0xAD8B65) is known color: Sandal. HEX triplet: AD, 8B and 65. RGB value is (173,139,101). Sum of RGB (Red+Green+Blue) = 173+139+101=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8B65 is #52749A. Grayscale: #919191. Windows color (decimal): -5403803 or 6654893. OLE color: 6654893.
HSL color Cylindrical-coordinate representation of color #AD8B65: hue angle of 31.67º 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 #AD8B65 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 139 | 101 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.32 |
| HSL | 31.67º | 0.31% | 0.54% | - |
| HSV(B) | 31.67º | 0.42% | 0.68% | - |
| XYZ | 28.82 | 28.29 | 16.25 | - |
| YUV | 144.83 | 103.26 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 139 | 101 | 0 | 0.20 | 0.42 | 0.32 | 31.67 | 0.31 | 0.54 |
| Hex | AD | 8B | 65 | 0 | 14 | 2A | 20 | 20 | 1F | 36 |
| Octal | 255 | 213 | 145 | 0 | 24 | 52 | 40 | 40 | 37 | 66 |
| Binary | 10101101 | 10001011 | 1100101 | 0 | 10100 | 101010 | 100000 | 100000 | 11111 | 110110 |
Color Harmonies of #AD8B65
Complementary color
Monochromatic Colors of #AD8B65
Black with #AD8B65
Text Example
Text Example
White with #AD8B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8B65; }
p { color: rgb(173,139,101); }
H1.HeaderClassName
{
color: #AD8B65;
}
.AnyTagClassName
{
color: #AD8B65;
}
</style>
background-color css
<style>
a { background-color: #AD8B65; }
a { background-color: rgb(173,139,101); }
div.DivClassName
{
background-color: #AD8B65;
}
.BgClassName
{
background-color: #AD8B65;
}
</style>
border-color css
<style>
span { border-color: #AD8B65; }
span { border-color: rgb(173,139,101); }
td.TdClassName
{
border-color: #AD8B65;
}
.TagClassName
{
border-color: #AD8B65;
}
</style>