Shades of Sandal #AA866E
Tints of Sandal #AA866E
RGB
CMYK
RGB Variations
Color information
#AA866E (or 0xAA866E) is known color: Sandal. HEX triplet: AA, 86 and 6E. RGB value is (170,134,110). Sum of RGB (Red+Green+Blue) = 170+134+110=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA866E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA866E is #557991. Grayscale: #8E8E8E. Windows color (decimal): -5601682 or 7243434. OLE color: 7243434.
HSL color Cylindrical-coordinate representation of color #AA866E: hue angle of 24º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA866E is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 110 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.33 |
| HSL | 24º | 0.26% | 0.55% | - |
| HSV(B) | 24º | 0.35% | 0.67% | - |
| XYZ | 27.92 | 26.72 | 18.44 | - |
| YUV | 142.03 | 109.93 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 110 | 0 | 0.21 | 0.35 | 0.33 | 24 | 0.26 | 0.55 |
| Hex | AA | 86 | 6E | 0 | 15 | 23 | 21 | 18 | 1A | 37 |
| Octal | 252 | 206 | 156 | 0 | 25 | 43 | 41 | 30 | 32 | 67 |
| Binary | 10101010 | 10000110 | 1101110 | 0 | 10101 | 100011 | 100001 | 11000 | 11010 | 110111 |
Color Harmonies of #AA866E
Complementary color
Monochromatic Colors of #AA866E
Black with #AA866E
Text Example
Text Example
White with #AA866E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA866E; }
p { color: rgb(170,134,110); }
H1.HeaderClassName
{
color: #AA866E;
}
.AnyTagClassName
{
color: #AA866E;
}
</style>
background-color css
<style>
a { background-color: #AA866E; }
a { background-color: rgb(170,134,110); }
div.DivClassName
{
background-color: #AA866E;
}
.BgClassName
{
background-color: #AA866E;
}
</style>
border-color css
<style>
span { border-color: #AA866E; }
span { border-color: rgb(170,134,110); }
td.TdClassName
{
border-color: #AA866E;
}
.TagClassName
{
border-color: #AA866E;
}
</style>