Shades of Sandal #AA8669
Tints of Sandal #AA8669
RGB
CMYK
RGB Variations
Color information
#AA8669 (or 0xAA8669) is known color: Sandal. HEX triplet: AA, 86 and 69. RGB value is (170,134,105). Sum of RGB (Red+Green+Blue) = 170+134+105=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8669 is #557996. Grayscale: #8D8D8D. Windows color (decimal): -5601687 or 6915754. OLE color: 6915754.
HSL color Cylindrical-coordinate representation of color #AA8669: hue angle of 26.77º degrees, saturation: 0.28, 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 #AA8669 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 105 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.33 |
| HSL | 26.77º | 0.28% | 0.54% | - |
| HSV(B) | 26.77º | 0.38% | 0.67% | - |
| XYZ | 27.65 | 26.62 | 17.04 | - |
| YUV | 141.46 | 107.43 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 105 | 0 | 0.21 | 0.38 | 0.33 | 26.77 | 0.28 | 0.54 |
| Hex | AA | 86 | 69 | 0 | 15 | 26 | 21 | 1B | 1C | 36 |
| Octal | 252 | 206 | 151 | 0 | 25 | 46 | 41 | 33 | 34 | 66 |
| Binary | 10101010 | 10000110 | 1101001 | 0 | 10101 | 100110 | 100001 | 11011 | 11100 | 110110 |
Color Harmonies of #AA8669
Complementary color
Monochromatic Colors of #AA8669
Black with #AA8669
Text Example
Text Example
White with #AA8669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8669; }
p { color: rgb(170,134,105); }
H1.HeaderClassName
{
color: #AA8669;
}
.AnyTagClassName
{
color: #AA8669;
}
</style>
background-color css
<style>
a { background-color: #AA8669; }
a { background-color: rgb(170,134,105); }
div.DivClassName
{
background-color: #AA8669;
}
.BgClassName
{
background-color: #AA8669;
}
</style>
border-color css
<style>
span { border-color: #AA8669; }
span { border-color: rgb(170,134,105); }
td.TdClassName
{
border-color: #AA8669;
}
.TagClassName
{
border-color: #AA8669;
}
</style>