Shades of Sandal #AA866C
Tints of Sandal #AA866C
RGB
CMYK
RGB Variations
Color information
#AA866C (or 0xAA866C) is known color: Sandal. HEX triplet: AA, 86 and 6C. RGB value is (170,134,108). Sum of RGB (Red+Green+Blue) = 170+134+108=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA866C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA866C is #557993. Grayscale: #8D8D8D. Windows color (decimal): -5601684 or 7112362. OLE color: 7112362.
HSL color Cylindrical-coordinate representation of color #AA866C: hue angle of 25.16º degrees, saturation: 0.27, 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 #AA866C is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 108 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.33 |
| HSL | 25.16º | 0.27% | 0.55% | - |
| HSV(B) | 25.16º | 0.36% | 0.67% | - |
| XYZ | 27.81 | 26.68 | 17.87 | - |
| YUV | 141.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 108 | 0 | 0.21 | 0.36 | 0.33 | 25.16 | 0.27 | 0.55 |
| Hex | AA | 86 | 6C | 0 | 15 | 24 | 21 | 19 | 1B | 37 |
| Octal | 252 | 206 | 154 | 0 | 25 | 44 | 41 | 31 | 33 | 67 |
| Binary | 10101010 | 10000110 | 1101100 | 0 | 10101 | 100100 | 100001 | 11001 | 11011 | 110111 |
Color Harmonies of #AA866C
Complementary color
Monochromatic Colors of #AA866C
Black with #AA866C
Text Example
Text Example
White with #AA866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA866C; }
p { color: rgb(170,134,108); }
H1.HeaderClassName
{
color: #AA866C;
}
.AnyTagClassName
{
color: #AA866C;
}
</style>
background-color css
<style>
a { background-color: #AA866C; }
a { background-color: rgb(170,134,108); }
div.DivClassName
{
background-color: #AA866C;
}
.BgClassName
{
background-color: #AA866C;
}
</style>
border-color css
<style>
span { border-color: #AA866C; }
span { border-color: rgb(170,134,108); }
td.TdClassName
{
border-color: #AA866C;
}
.TagClassName
{
border-color: #AA866C;
}
</style>