Shades of Sandal #A08966
Tints of Sandal #A08966
RGB
CMYK
RGB Variations
Color information
#A08966 (or 0xA08966) is known color: Sandal. HEX triplet: A0, 89 and 66. RGB value is (160,137,102). Sum of RGB (Red+Green+Blue) = 160+137+102=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A08966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08966 is #5F7699. Grayscale: #8C8C8C. Windows color (decimal): -6256282 or 6719904. OLE color: 6719904.
HSL color Cylindrical-coordinate representation of color #A08966: hue angle of 36.21º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A08966 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 137 | 102 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.37 |
| HSL | 36.21º | 0.23% | 0.51% | - |
| HSV(B) | 36.21º | 0.36% | 0.63% | - |
| XYZ | 25.84 | 26.32 | 16.29 | - |
| YUV | 139.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 102 | 0 | 0.14 | 0.36 | 0.37 | 36.21 | 0.23 | 0.51 |
| Hex | A0 | 89 | 66 | 0 | E | 24 | 25 | 24 | 17 | 33 |
| Octal | 240 | 211 | 146 | 0 | 16 | 44 | 45 | 44 | 27 | 63 |
| Binary | 10100000 | 10001001 | 1100110 | 0 | 1110 | 100100 | 100101 | 100100 | 10111 | 110011 |
Color Harmonies of #A08966
Complementary color
Monochromatic Colors of #A08966
Black with #A08966
Text Example
Text Example
White with #A08966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08966; }
p { color: rgb(160,137,102); }
H1.HeaderClassName
{
color: #A08966;
}
.AnyTagClassName
{
color: #A08966;
}
</style>
background-color css
<style>
a { background-color: #A08966; }
a { background-color: rgb(160,137,102); }
div.DivClassName
{
background-color: #A08966;
}
.BgClassName
{
background-color: #A08966;
}
</style>
border-color css
<style>
span { border-color: #A08966; }
span { border-color: rgb(160,137,102); }
td.TdClassName
{
border-color: #A08966;
}
.TagClassName
{
border-color: #A08966;
}
</style>