Shades of Sandal #AA8766
Tints of Sandal #AA8766
RGB
CMYK
RGB Variations
Color information
#AA8766 (or 0xAA8766) is known color: Sandal. HEX triplet: AA, 87 and 66. RGB value is (170,135,102). Sum of RGB (Red+Green+Blue) = 170+135+102=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8766 is #557899. Grayscale: #8D8D8D. Windows color (decimal): -5601434 or 6719402. OLE color: 6719402.
HSL color Cylindrical-coordinate representation of color #AA8766: hue angle of 29.12º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA8766 is Cyan = 0, Magento = 0.21, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 102 | - |
| CMYK | 0 | 0.21 | 0.4 | 0.33 |
| HSL | 29.12º | 0.29% | 0.53% | - |
| HSV(B) | 29.12º | 0.4% | 0.67% | - |
| XYZ | 27.64 | 26.83 | 16.29 | - |
| YUV | 141.7 | 105.6 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 102 | 0 | 0.21 | 0.4 | 0.33 | 29.12 | 0.29 | 0.53 |
| Hex | AA | 87 | 66 | 0 | 15 | 28 | 21 | 1D | 1D | 35 |
| Octal | 252 | 207 | 146 | 0 | 25 | 50 | 41 | 35 | 35 | 65 |
| Binary | 10101010 | 10000111 | 1100110 | 0 | 10101 | 101000 | 100001 | 11101 | 11101 | 110101 |
Color Harmonies of #AA8766
Complementary color
Monochromatic Colors of #AA8766
Black with #AA8766
Text Example
Text Example
White with #AA8766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8766; }
p { color: rgb(170,135,102); }
H1.HeaderClassName
{
color: #AA8766;
}
.AnyTagClassName
{
color: #AA8766;
}
</style>
background-color css
<style>
a { background-color: #AA8766; }
a { background-color: rgb(170,135,102); }
div.DivClassName
{
background-color: #AA8766;
}
.BgClassName
{
background-color: #AA8766;
}
</style>
border-color css
<style>
span { border-color: #AA8766; }
span { border-color: rgb(170,135,102); }
td.TdClassName
{
border-color: #AA8766;
}
.TagClassName
{
border-color: #AA8766;
}
</style>