Shades of Sandal #A08671
Tints of Sandal #A08671
RGB
CMYK
RGB Variations
Color information
#A08671 (or 0xA08671) is known color: Sandal. HEX triplet: A0, 86 and 71. RGB value is (160,134,113). Sum of RGB (Red+Green+Blue) = 160+134+113=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 160 - color contains mainly: red. Hex color #A08671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08671 is #5F798E. Grayscale: #8B8B8B. Windows color (decimal): -6257039 or 7440032. OLE color: 7440032.
HSL color Cylindrical-coordinate representation of color #A08671: hue angle of 26.81º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A08671 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 134 | 113 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.37 |
| HSL | 26.81º | 0.2% | 0.54% | - |
| HSV(B) | 26.81º | 0.29% | 0.63% | - |
| XYZ | 26 | 25.72 | 19.22 | - |
| YUV | 139.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 113 | 0 | 0.16 | 0.29 | 0.37 | 26.81 | 0.2 | 0.54 |
| Hex | A0 | 86 | 71 | 0 | 10 | 1D | 25 | 1B | 14 | 36 |
| Octal | 240 | 206 | 161 | 0 | 20 | 35 | 45 | 33 | 24 | 66 |
| Binary | 10100000 | 10000110 | 1110001 | 0 | 10000 | 11101 | 100101 | 11011 | 10100 | 110110 |
Color Harmonies of #A08671
Complementary color
Monochromatic Colors of #A08671
Black with #A08671
Text Example
Text Example
White with #A08671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08671; }
p { color: rgb(160,134,113); }
H1.HeaderClassName
{
color: #A08671;
}
.AnyTagClassName
{
color: #A08671;
}
</style>
background-color css
<style>
a { background-color: #A08671; }
a { background-color: rgb(160,134,113); }
div.DivClassName
{
background-color: #A08671;
}
.BgClassName
{
background-color: #A08671;
}
</style>
border-color css
<style>
span { border-color: #A08671; }
span { border-color: rgb(160,134,113); }
td.TdClassName
{
border-color: #A08671;
}
.TagClassName
{
border-color: #A08671;
}
</style>