Shades of Sandal #AA8760
Tints of Sandal #AA8760
RGB
CMYK
RGB Variations
Color information
#AA8760 (or 0xAA8760) is known color: Sandal. HEX triplet: AA, 87 and 60. RGB value is (170,135,96). Sum of RGB (Red+Green+Blue) = 170+135+96=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8760 is #55789F. Grayscale: #8D8D8D. Windows color (decimal): -5601440 or 6326186. OLE color: 6326186.
HSL color Cylindrical-coordinate representation of color #AA8760: hue angle of 31.62º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA8760 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 96 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.33 |
| HSL | 31.62º | 0.3% | 0.52% | - |
| HSV(B) | 31.62º | 0.44% | 0.67% | - |
| XYZ | 27.35 | 26.72 | 14.78 | - |
| YUV | 141.02 | 102.6 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 96 | 0 | 0.21 | 0.44 | 0.33 | 31.62 | 0.3 | 0.52 |
| Hex | AA | 87 | 60 | 0 | 15 | 2C | 21 | 20 | 1E | 34 |
| Octal | 252 | 207 | 140 | 0 | 25 | 54 | 41 | 40 | 36 | 64 |
| Binary | 10101010 | 10000111 | 1100000 | 0 | 10101 | 101100 | 100001 | 100000 | 11110 | 110100 |
Color Harmonies of #AA8760
Complementary color
Monochromatic Colors of #AA8760
Black with #AA8760
Text Example
Text Example
White with #AA8760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8760; }
p { color: rgb(170,135,96); }
H1.HeaderClassName
{
color: #AA8760;
}
.AnyTagClassName
{
color: #AA8760;
}
</style>
background-color css
<style>
a { background-color: #AA8760; }
a { background-color: rgb(170,135,96); }
div.DivClassName
{
background-color: #AA8760;
}
.BgClassName
{
background-color: #AA8760;
}
</style>
border-color css
<style>
span { border-color: #AA8760; }
span { border-color: rgb(170,135,96); }
td.TdClassName
{
border-color: #AA8760;
}
.TagClassName
{
border-color: #AA8760;
}
</style>