Shades of Sandal #AA886A
Tints of Sandal #AA886A
RGB
CMYK
RGB Variations
Color information
#AA886A (or 0xAA886A) is known color: Sandal. HEX triplet: AA, 88 and 6A. RGB value is (170,136,106). Sum of RGB (Red+Green+Blue) = 170+136+106=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA886A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA886A is #557795. Grayscale: #8E8E8E. Windows color (decimal): -5601174 or 6981802. OLE color: 6981802.
HSL color Cylindrical-coordinate representation of color #AA886A: hue angle of 28.12º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA886A is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 106 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.33 |
| HSL | 28.13º | 0.27% | 0.54% | - |
| HSV(B) | 28.13º | 0.38% | 0.67% | - |
| XYZ | 27.98 | 27.19 | 17.41 | - |
| YUV | 142.75 | 107.26 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 106 | 0 | 0.20 | 0.38 | 0.33 | 28.13 | 0.27 | 0.54 |
| Hex | AA | 88 | 6A | 0 | 14 | 26 | 21 | 1C | 1B | 36 |
| Octal | 252 | 210 | 152 | 0 | 24 | 46 | 41 | 34 | 33 | 66 |
| Binary | 10101010 | 10001000 | 1101010 | 0 | 10100 | 100110 | 100001 | 11100 | 11011 | 110110 |
Color Harmonies of #AA886A
Complementary color
Monochromatic Colors of #AA886A
Black with #AA886A
Text Example
Text Example
White with #AA886A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA886A; }
p { color: rgb(170,136,106); }
H1.HeaderClassName
{
color: #AA886A;
}
.AnyTagClassName
{
color: #AA886A;
}
</style>
background-color css
<style>
a { background-color: #AA886A; }
a { background-color: rgb(170,136,106); }
div.DivClassName
{
background-color: #AA886A;
}
.BgClassName
{
background-color: #AA886A;
}
</style>
border-color css
<style>
span { border-color: #AA886A; }
span { border-color: rgb(170,136,106); }
td.TdClassName
{
border-color: #AA886A;
}
.TagClassName
{
border-color: #AA886A;
}
</style>