Shades of Sandal #AD8A64
Tints of Sandal #AD8A64
RGB
CMYK
RGB Variations
Color information
#AD8A64 (or 0xAD8A64) is known color: Sandal. HEX triplet: AD, 8A and 64. RGB value is (173,138,100). Sum of RGB (Red+Green+Blue) = 173+138+100=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8A64 is #52759B. Grayscale: #909090. Windows color (decimal): -5404060 or 6589101. OLE color: 6589101.
HSL color Cylindrical-coordinate representation of color #AD8A64: hue angle of 31.23º 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 #AD8A64 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 138 | 100 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.32 |
| HSL | 31.23º | 0.31% | 0.54% | - |
| HSV(B) | 31.23º | 0.42% | 0.68% | - |
| XYZ | 28.62 | 27.98 | 15.95 | - |
| YUV | 144.13 | 103.1 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 100 | 0 | 0.20 | 0.42 | 0.32 | 31.23 | 0.31 | 0.54 |
| Hex | AD | 8A | 64 | 0 | 14 | 2A | 20 | 1F | 1F | 36 |
| Octal | 255 | 212 | 144 | 0 | 24 | 52 | 40 | 37 | 37 | 66 |
| Binary | 10101101 | 10001010 | 1100100 | 0 | 10100 | 101010 | 100000 | 11111 | 11111 | 110110 |
Color Harmonies of #AD8A64
Complementary color
Monochromatic Colors of #AD8A64
Black with #AD8A64
Text Example
Text Example
White with #AD8A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8A64; }
p { color: rgb(173,138,100); }
H1.HeaderClassName
{
color: #AD8A64;
}
.AnyTagClassName
{
color: #AD8A64;
}
</style>
background-color css
<style>
a { background-color: #AD8A64; }
a { background-color: rgb(173,138,100); }
div.DivClassName
{
background-color: #AD8A64;
}
.BgClassName
{
background-color: #AD8A64;
}
</style>
border-color css
<style>
span { border-color: #AD8A64; }
span { border-color: rgb(173,138,100); }
td.TdClassName
{
border-color: #AD8A64;
}
.TagClassName
{
border-color: #AD8A64;
}
</style>