Shades of Sandal #AA8967
Tints of Sandal #AA8967
RGB
CMYK
RGB Variations
Color information
#AA8967 (or 0xAA8967) is known color: Sandal. HEX triplet: AA, 89 and 67. RGB value is (170,137,103). Sum of RGB (Red+Green+Blue) = 170+137+103=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 103 (40.62% from 255 or 25.12% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8967 is #557698. Grayscale: #8F8F8F. Windows color (decimal): -5600921 or 6785450. OLE color: 6785450.
HSL color Cylindrical-coordinate representation of color #AA8967: hue angle of 30.45º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA8967 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 103 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.33 |
| HSL | 30.45º | 0.28% | 0.54% | - |
| HSV(B) | 30.45º | 0.39% | 0.67% | - |
| XYZ | 27.97 | 27.42 | 16.65 | - |
| YUV | 142.99 | 105.43 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 103 | 0 | 0.19 | 0.39 | 0.33 | 30.45 | 0.28 | 0.54 |
| Hex | AA | 89 | 67 | 0 | 13 | 27 | 21 | 1E | 1C | 36 |
| Octal | 252 | 211 | 147 | 0 | 23 | 47 | 41 | 36 | 34 | 66 |
| Binary | 10101010 | 10001001 | 1100111 | 0 | 10011 | 100111 | 100001 | 11110 | 11100 | 110110 |
Color Harmonies of #AA8967
Complementary color
Monochromatic Colors of #AA8967
Black with #AA8967
Text Example
Text Example
White with #AA8967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8967; }
p { color: rgb(170,137,103); }
H1.HeaderClassName
{
color: #AA8967;
}
.AnyTagClassName
{
color: #AA8967;
}
</style>
background-color css
<style>
a { background-color: #AA8967; }
a { background-color: rgb(170,137,103); }
div.DivClassName
{
background-color: #AA8967;
}
.BgClassName
{
background-color: #AA8967;
}
</style>
border-color css
<style>
span { border-color: #AA8967; }
span { border-color: rgb(170,137,103); }
td.TdClassName
{
border-color: #AA8967;
}
.TagClassName
{
border-color: #AA8967;
}
</style>