Shades of Sandal #AA8D63
Tints of Sandal #AA8D63
RGB
CMYK
RGB Variations
Color information
#AA8D63 (or 0xAA8D63) is known color: Sandal. HEX triplet: AA, 8D and 63. RGB value is (170,141,99). Sum of RGB (Red+Green+Blue) = 170+141+99=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 99 (39.06% from 255 or 24.15% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D63 is #55729C. Grayscale: #919191. Windows color (decimal): -5599901 or 6524330. OLE color: 6524330.
HSL color Cylindrical-coordinate representation of color #AA8D63: hue angle of 35.49º 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 #AA8D63 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 99 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.33 |
| HSL | 35.49º | 0.29% | 0.53% | - |
| HSV(B) | 35.49º | 0.42% | 0.67% | - |
| XYZ | 28.35 | 28.5 | 15.81 | - |
| YUV | 144.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 99 | 0 | 0.17 | 0.42 | 0.33 | 35.49 | 0.29 | 0.53 |
| Hex | AA | 8D | 63 | 0 | 11 | 2A | 21 | 23 | 1D | 35 |
| Octal | 252 | 215 | 143 | 0 | 21 | 52 | 41 | 43 | 35 | 65 |
| Binary | 10101010 | 10001101 | 1100011 | 0 | 10001 | 101010 | 100001 | 100011 | 11101 | 110101 |
Color Harmonies of #AA8D63
Complementary color
Monochromatic Colors of #AA8D63
Black with #AA8D63
Text Example
Text Example
White with #AA8D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8D63; }
p { color: rgb(170,141,99); }
H1.HeaderClassName
{
color: #AA8D63;
}
.AnyTagClassName
{
color: #AA8D63;
}
</style>
background-color css
<style>
a { background-color: #AA8D63; }
a { background-color: rgb(170,141,99); }
div.DivClassName
{
background-color: #AA8D63;
}
.BgClassName
{
background-color: #AA8D63;
}
</style>
border-color css
<style>
span { border-color: #AA8D63; }
span { border-color: rgb(170,141,99); }
td.TdClassName
{
border-color: #AA8D63;
}
.TagClassName
{
border-color: #AA8D63;
}
</style>