Shades of Sandal #AA866D
Tints of Sandal #AA866D
RGB
CMYK
RGB Variations
Color information
#AA866D (or 0xAA866D) is known color: Sandal. HEX triplet: AA, 86 and 6D. RGB value is (170,134,109). Sum of RGB (Red+Green+Blue) = 170+134+109=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA866D is #557992. Grayscale: #8E8E8E. Windows color (decimal): -5601683 or 7177898. OLE color: 7177898.
HSL color Cylindrical-coordinate representation of color #AA866D: hue angle of 24.59º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA866D is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 109 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.33 |
| HSL | 24.59º | 0.26% | 0.55% | - |
| HSV(B) | 24.59º | 0.36% | 0.67% | - |
| XYZ | 27.86 | 26.7 | 18.15 | - |
| YUV | 141.91 | 109.43 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 109 | 0 | 0.21 | 0.36 | 0.33 | 24.59 | 0.26 | 0.55 |
| Hex | AA | 86 | 6D | 0 | 15 | 24 | 21 | 19 | 1A | 37 |
| Octal | 252 | 206 | 155 | 0 | 25 | 44 | 41 | 31 | 32 | 67 |
| Binary | 10101010 | 10000110 | 1101101 | 0 | 10101 | 100100 | 100001 | 11001 | 11010 | 110111 |
Color Harmonies of #AA866D
Complementary color
Monochromatic Colors of #AA866D
Black with #AA866D
Text Example
Text Example
White with #AA866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA866D; }
p { color: rgb(170,134,109); }
H1.HeaderClassName
{
color: #AA866D;
}
.AnyTagClassName
{
color: #AA866D;
}
</style>
background-color css
<style>
a { background-color: #AA866D; }
a { background-color: rgb(170,134,109); }
div.DivClassName
{
background-color: #AA866D;
}
.BgClassName
{
background-color: #AA866D;
}
</style>
border-color css
<style>
span { border-color: #AA866D; }
span { border-color: rgb(170,134,109); }
td.TdClassName
{
border-color: #AA866D;
}
.TagClassName
{
border-color: #AA866D;
}
</style>