Shades of Sandal #AA8863
Tints of Sandal #AA8863
RGB
CMYK
RGB Variations
Color information
#AA8863 (or 0xAA8863) is known color: Sandal. HEX triplet: AA, 88 and 63. RGB value is (170,136,99). Sum of RGB (Red+Green+Blue) = 170+136+99=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8863 is #55779C. Grayscale: #8E8E8E. Windows color (decimal): -5601181 or 6523050. OLE color: 6523050.
HSL color Cylindrical-coordinate representation of color #AA8863: hue angle of 31.27º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA8863 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 99 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.33 |
| HSL | 31.27º | 0.29% | 0.53% | - |
| HSV(B) | 31.27º | 0.42% | 0.67% | - |
| XYZ | 27.63 | 27.06 | 15.57 | - |
| YUV | 141.95 | 103.76 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 99 | 0 | 0.20 | 0.42 | 0.33 | 31.27 | 0.29 | 0.53 |
| Hex | AA | 88 | 63 | 0 | 14 | 2A | 21 | 1F | 1D | 35 |
| Octal | 252 | 210 | 143 | 0 | 24 | 52 | 41 | 37 | 35 | 65 |
| Binary | 10101010 | 10001000 | 1100011 | 0 | 10100 | 101010 | 100001 | 11111 | 11101 | 110101 |
Color Harmonies of #AA8863
Complementary color
Monochromatic Colors of #AA8863
Black with #AA8863
Text Example
Text Example
White with #AA8863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8863; }
p { color: rgb(170,136,99); }
H1.HeaderClassName
{
color: #AA8863;
}
.AnyTagClassName
{
color: #AA8863;
}
</style>
background-color css
<style>
a { background-color: #AA8863; }
a { background-color: rgb(170,136,99); }
div.DivClassName
{
background-color: #AA8863;
}
.BgClassName
{
background-color: #AA8863;
}
</style>
border-color css
<style>
span { border-color: #AA8863; }
span { border-color: rgb(170,136,99); }
td.TdClassName
{
border-color: #AA8863;
}
.TagClassName
{
border-color: #AA8863;
}
</style>