Shades of Sandal #AA8964
Tints of Sandal #AA8964
RGB
CMYK
RGB Variations
Color information
#AA8964 (or 0xAA8964) is known color: Sandal. HEX triplet: AA, 89 and 64. RGB value is (170,137,100). Sum of RGB (Red+Green+Blue) = 170+137+100=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8964 is #55769B. Grayscale: #8E8E8E. Windows color (decimal): -5600924 or 6588842. OLE color: 6588842.
HSL color Cylindrical-coordinate representation of color #AA8964: hue angle of 31.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA8964 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 100 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.33 |
| HSL | 31.71º | 0.29% | 0.53% | - |
| HSV(B) | 31.71º | 0.41% | 0.67% | - |
| XYZ | 27.82 | 27.36 | 15.87 | - |
| YUV | 142.65 | 103.93 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 100 | 0 | 0.19 | 0.41 | 0.33 | 31.71 | 0.29 | 0.53 |
| Hex | AA | 89 | 64 | 0 | 13 | 29 | 21 | 20 | 1D | 35 |
| Octal | 252 | 211 | 144 | 0 | 23 | 51 | 41 | 40 | 35 | 65 |
| Binary | 10101010 | 10001001 | 1100100 | 0 | 10011 | 101001 | 100001 | 100000 | 11101 | 110101 |
Color Harmonies of #AA8964
Complementary color
Monochromatic Colors of #AA8964
Black with #AA8964
Text Example
Text Example
White with #AA8964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8964; }
p { color: rgb(170,137,100); }
H1.HeaderClassName
{
color: #AA8964;
}
.AnyTagClassName
{
color: #AA8964;
}
</style>
background-color css
<style>
a { background-color: #AA8964; }
a { background-color: rgb(170,137,100); }
div.DivClassName
{
background-color: #AA8964;
}
.BgClassName
{
background-color: #AA8964;
}
</style>
border-color css
<style>
span { border-color: #AA8964; }
span { border-color: rgb(170,137,100); }
td.TdClassName
{
border-color: #AA8964;
}
.TagClassName
{
border-color: #AA8964;
}
</style>