Shades of Sandal #AA8C65
Tints of Sandal #AA8C65
RGB
CMYK
RGB Variations
Color information
#AA8C65 (or 0xAA8C65) is known color: Sandal. HEX triplet: AA, 8C and 65. RGB value is (170,140,101). Sum of RGB (Red+Green+Blue) = 170+140+101=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8C65 is #55739A. Grayscale: #909090. Windows color (decimal): -5600155 or 6655146. OLE color: 6655146.
HSL color Cylindrical-coordinate representation of color #AA8C65: hue angle of 33.91º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA8C65 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 101 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.33 |
| HSL | 33.91º | 0.29% | 0.53% | - |
| HSV(B) | 33.91º | 0.41% | 0.67% | - |
| XYZ | 28.3 | 28.24 | 16.27 | - |
| YUV | 144.52 | 103.44 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 101 | 0 | 0.18 | 0.41 | 0.33 | 33.91 | 0.29 | 0.53 |
| Hex | AA | 8C | 65 | 0 | 12 | 29 | 21 | 22 | 1D | 35 |
| Octal | 252 | 214 | 145 | 0 | 22 | 51 | 41 | 42 | 35 | 65 |
| Binary | 10101010 | 10001100 | 1100101 | 0 | 10010 | 101001 | 100001 | 100010 | 11101 | 110101 |
Color Harmonies of #AA8C65
Complementary color
Monochromatic Colors of #AA8C65
Black with #AA8C65
Text Example
Text Example
White with #AA8C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C65; }
p { color: rgb(170,140,101); }
H1.HeaderClassName
{
color: #AA8C65;
}
.AnyTagClassName
{
color: #AA8C65;
}
</style>
background-color css
<style>
a { background-color: #AA8C65; }
a { background-color: rgb(170,140,101); }
div.DivClassName
{
background-color: #AA8C65;
}
.BgClassName
{
background-color: #AA8C65;
}
</style>
border-color css
<style>
span { border-color: #AA8C65; }
span { border-color: rgb(170,140,101); }
td.TdClassName
{
border-color: #AA8C65;
}
.TagClassName
{
border-color: #AA8C65;
}
</style>