Shades of Sandal #AD886A
Tints of Sandal #AD886A
RGB
CMYK
RGB Variations
Color information
#AD886A (or 0xAD886A) is known color: Sandal. HEX triplet: AD, 88 and 6A. RGB value is (173,136,106). Sum of RGB (Red+Green+Blue) = 173+136+106=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD886A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD886A is #527795. Grayscale: #8F8F8F. Windows color (decimal): -5404566 or 6981805. OLE color: 6981805.
HSL color Cylindrical-coordinate representation of color #AD886A: hue angle of 26.87º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD886A is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 106 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.32 |
| HSL | 26.87º | 0.29% | 0.55% | - |
| HSV(B) | 26.87º | 0.39% | 0.68% | - |
| XYZ | 28.64 | 27.53 | 17.44 | - |
| YUV | 143.64 | 106.76 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 106 | 0 | 0.21 | 0.39 | 0.32 | 26.87 | 0.29 | 0.55 |
| Hex | AD | 88 | 6A | 0 | 15 | 27 | 20 | 1B | 1D | 37 |
| Octal | 255 | 210 | 152 | 0 | 25 | 47 | 40 | 33 | 35 | 67 |
| Binary | 10101101 | 10001000 | 1101010 | 0 | 10101 | 100111 | 100000 | 11011 | 11101 | 110111 |
Color Harmonies of #AD886A
Complementary color
Monochromatic Colors of #AD886A
Black with #AD886A
Text Example
Text Example
White with #AD886A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD886A; }
p { color: rgb(173,136,106); }
H1.HeaderClassName
{
color: #AD886A;
}
.AnyTagClassName
{
color: #AD886A;
}
</style>
background-color css
<style>
a { background-color: #AD886A; }
a { background-color: rgb(173,136,106); }
div.DivClassName
{
background-color: #AD886A;
}
.BgClassName
{
background-color: #AD886A;
}
</style>
border-color css
<style>
span { border-color: #AD886A; }
span { border-color: rgb(173,136,106); }
td.TdClassName
{
border-color: #AD886A;
}
.TagClassName
{
border-color: #AD886A;
}
</style>