Shades of Sandal #AA8A67
Tints of Sandal #AA8A67
RGB
CMYK
RGB Variations
Color information
#AA8A67 (or 0xAA8A67) is known color: Sandal. HEX triplet: AA, 8A and 67. RGB value is (170,138,103). Sum of RGB (Red+Green+Blue) = 170+138+103=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 103 (40.62% from 255 or 25.06% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8A67 is #557598. Grayscale: #8F8F8F. Windows color (decimal): -5600665 or 6785706. OLE color: 6785706.
HSL color Cylindrical-coordinate representation of color #AA8A67: hue angle of 31.34º 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 #AA8A67 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 138 | 103 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.33 |
| HSL | 31.34º | 0.28% | 0.54% | - |
| HSV(B) | 31.34º | 0.39% | 0.67% | - |
| XYZ | 28.11 | 27.7 | 16.7 | - |
| YUV | 143.58 | 105.1 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 103 | 0 | 0.19 | 0.39 | 0.33 | 31.34 | 0.28 | 0.54 |
| Hex | AA | 8A | 67 | 0 | 13 | 27 | 21 | 1F | 1C | 36 |
| Octal | 252 | 212 | 147 | 0 | 23 | 47 | 41 | 37 | 34 | 66 |
| Binary | 10101010 | 10001010 | 1100111 | 0 | 10011 | 100111 | 100001 | 11111 | 11100 | 110110 |
Color Harmonies of #AA8A67
Complementary color
Monochromatic Colors of #AA8A67
Black with #AA8A67
Text Example
Text Example
White with #AA8A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8A67; }
p { color: rgb(170,138,103); }
H1.HeaderClassName
{
color: #AA8A67;
}
.AnyTagClassName
{
color: #AA8A67;
}
</style>
background-color css
<style>
a { background-color: #AA8A67; }
a { background-color: rgb(170,138,103); }
div.DivClassName
{
background-color: #AA8A67;
}
.BgClassName
{
background-color: #AA8A67;
}
</style>
border-color css
<style>
span { border-color: #AA8A67; }
span { border-color: rgb(170,138,103); }
td.TdClassName
{
border-color: #AA8A67;
}
.TagClassName
{
border-color: #AA8A67;
}
</style>