Shades of Sandal #AA8862
Tints of Sandal #AA8862
RGB
CMYK
RGB Variations
Color information
#AA8862 (or 0xAA8862) is known color: Sandal. HEX triplet: AA, 88 and 62. RGB value is (170,136,98). Sum of RGB (Red+Green+Blue) = 170+136+98=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 98 (38.67% from 255 or 24.26% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8862 is #55779D. Grayscale: #8E8E8E. Windows color (decimal): -5601182 or 6457514. OLE color: 6457514.
HSL color Cylindrical-coordinate representation of color #AA8862: hue angle of 31.67º degrees, saturation: 0.3, 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 #AA8862 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 98 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.33 |
| HSL | 31.67º | 0.3% | 0.53% | - |
| HSV(B) | 31.67º | 0.42% | 0.67% | - |
| XYZ | 27.59 | 27.04 | 15.32 | - |
| YUV | 141.83 | 103.26 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 98 | 0 | 0.20 | 0.42 | 0.33 | 31.67 | 0.3 | 0.53 |
| Hex | AA | 88 | 62 | 0 | 14 | 2A | 21 | 20 | 1E | 35 |
| Octal | 252 | 210 | 142 | 0 | 24 | 52 | 41 | 40 | 36 | 65 |
| Binary | 10101010 | 10001000 | 1100010 | 0 | 10100 | 101010 | 100001 | 100000 | 11110 | 110101 |
Color Harmonies of #AA8862
Complementary color
Monochromatic Colors of #AA8862
Black with #AA8862
Text Example
Text Example
White with #AA8862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8862; }
p { color: rgb(170,136,98); }
H1.HeaderClassName
{
color: #AA8862;
}
.AnyTagClassName
{
color: #AA8862;
}
</style>
background-color css
<style>
a { background-color: #AA8862; }
a { background-color: rgb(170,136,98); }
div.DivClassName
{
background-color: #AA8862;
}
.BgClassName
{
background-color: #AA8862;
}
</style>
border-color css
<style>
span { border-color: #AA8862; }
span { border-color: rgb(170,136,98); }
td.TdClassName
{
border-color: #AA8862;
}
.TagClassName
{
border-color: #AA8862;
}
</style>