Shades of Sandal #AA876A
Tints of Sandal #AA876A
RGB
CMYK
RGB Variations
Color information
#AA876A (or 0xAA876A) is known color: Sandal. HEX triplet: AA, 87 and 6A. RGB value is (170,135,106). Sum of RGB (Red+Green+Blue) = 170+135+106=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA876A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA876A is #557895. Grayscale: #8E8E8E. Windows color (decimal): -5601430 or 6981546. OLE color: 6981546.
HSL color Cylindrical-coordinate representation of color #AA876A: hue angle of 27.19º 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 #AA876A is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 106 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.33 |
| HSL | 27.19º | 0.27% | 0.54% | - |
| HSV(B) | 27.19º | 0.38% | 0.67% | - |
| XYZ | 27.84 | 26.91 | 17.36 | - |
| YUV | 142.16 | 107.6 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 106 | 0 | 0.21 | 0.38 | 0.33 | 27.19 | 0.27 | 0.54 |
| Hex | AA | 87 | 6A | 0 | 15 | 26 | 21 | 1B | 1B | 36 |
| Octal | 252 | 207 | 152 | 0 | 25 | 46 | 41 | 33 | 33 | 66 |
| Binary | 10101010 | 10000111 | 1101010 | 0 | 10101 | 100110 | 100001 | 11011 | 11011 | 110110 |
Color Harmonies of #AA876A
Complementary color
Monochromatic Colors of #AA876A
Black with #AA876A
Text Example
Text Example
White with #AA876A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA876A; }
p { color: rgb(170,135,106); }
H1.HeaderClassName
{
color: #AA876A;
}
.AnyTagClassName
{
color: #AA876A;
}
</style>
background-color css
<style>
a { background-color: #AA876A; }
a { background-color: rgb(170,135,106); }
div.DivClassName
{
background-color: #AA876A;
}
.BgClassName
{
background-color: #AA876A;
}
</style>
border-color css
<style>
span { border-color: #AA876A; }
span { border-color: rgb(170,135,106); }
td.TdClassName
{
border-color: #AA876A;
}
.TagClassName
{
border-color: #AA876A;
}
</style>