Shades of Sandal #AA866A
Tints of Sandal #AA866A
RGB
CMYK
RGB Variations
Color information
#AA866A (or 0xAA866A) is known color: Sandal. HEX triplet: AA, 86 and 6A. RGB value is (170,134,106). Sum of RGB (Red+Green+Blue) = 170+134+106=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA866A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA866A is #557995. Grayscale: #8D8D8D. Windows color (decimal): -5601686 or 6981290. OLE color: 6981290.
HSL color Cylindrical-coordinate representation of color #AA866A: hue angle of 26.25º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA866A is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 106 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.33 |
| HSL | 26.25º | 0.27% | 0.54% | - |
| HSV(B) | 26.25º | 0.38% | 0.67% | - |
| XYZ | 27.7 | 26.64 | 17.32 | - |
| YUV | 141.57 | 107.93 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 106 | 0 | 0.21 | 0.38 | 0.33 | 26.25 | 0.27 | 0.54 |
| Hex | AA | 86 | 6A | 0 | 15 | 26 | 21 | 1A | 1B | 36 |
| Octal | 252 | 206 | 152 | 0 | 25 | 46 | 41 | 32 | 33 | 66 |
| Binary | 10101010 | 10000110 | 1101010 | 0 | 10101 | 100110 | 100001 | 11010 | 11011 | 110110 |
Color Harmonies of #AA866A
Complementary color
Monochromatic Colors of #AA866A
Black with #AA866A
Text Example
Text Example
White with #AA866A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA866A; }
p { color: rgb(170,134,106); }
H1.HeaderClassName
{
color: #AA866A;
}
.AnyTagClassName
{
color: #AA866A;
}
</style>
background-color css
<style>
a { background-color: #AA866A; }
a { background-color: rgb(170,134,106); }
div.DivClassName
{
background-color: #AA866A;
}
.BgClassName
{
background-color: #AA866A;
}
</style>
border-color css
<style>
span { border-color: #AA866A; }
span { border-color: rgb(170,134,106); }
td.TdClassName
{
border-color: #AA866A;
}
.TagClassName
{
border-color: #AA866A;
}
</style>