Shades of Sandal #A0896B
Tints of Sandal #A0896B
RGB
CMYK
RGB Variations
Color information
#A0896B (or 0xA0896B) is known color: Sandal. HEX triplet: A0, 89 and 6B. RGB value is (160,137,107). Sum of RGB (Red+Green+Blue) = 160+137+107=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 160 - color contains mainly: red. Hex color #A0896B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0896B is #5F7694. Grayscale: #8C8C8C. Windows color (decimal): -6256277 or 7047584. OLE color: 7047584.
HSL color Cylindrical-coordinate representation of color #A0896B: hue angle of 33.96º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0896B is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 137 | 107 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.37 |
| HSL | 33.96º | 0.22% | 0.52% | - |
| HSV(B) | 33.96º | 0.33% | 0.63% | - |
| XYZ | 26.1 | 26.43 | 17.64 | - |
| YUV | 140.46 | 109.12 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 107 | 0 | 0.14 | 0.33 | 0.37 | 33.96 | 0.22 | 0.52 |
| Hex | A0 | 89 | 6B | 0 | E | 21 | 25 | 22 | 16 | 34 |
| Octal | 240 | 211 | 153 | 0 | 16 | 41 | 45 | 42 | 26 | 64 |
| Binary | 10100000 | 10001001 | 1101011 | 0 | 1110 | 100001 | 100101 | 100010 | 10110 | 110100 |
Color Harmonies of #A0896B
Complementary color
Monochromatic Colors of #A0896B
Black with #A0896B
Text Example
Text Example
White with #A0896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0896B; }
p { color: rgb(160,137,107); }
H1.HeaderClassName
{
color: #A0896B;
}
.AnyTagClassName
{
color: #A0896B;
}
</style>
background-color css
<style>
a { background-color: #A0896B; }
a { background-color: rgb(160,137,107); }
div.DivClassName
{
background-color: #A0896B;
}
.BgClassName
{
background-color: #A0896B;
}
</style>
border-color css
<style>
span { border-color: #A0896B; }
span { border-color: rgb(160,137,107); }
td.TdClassName
{
border-color: #A0896B;
}
.TagClassName
{
border-color: #A0896B;
}
</style>