Shades of Sandal #A1896C
Tints of Sandal #A1896C
RGB
CMYK
RGB Variations
Color information
#A1896C (or 0xA1896C) is known color: Sandal. HEX triplet: A1, 89 and 6C. RGB value is (161,137,108). Sum of RGB (Red+Green+Blue) = 161+137+108=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 161 - color contains mainly: red. Hex color #A1896C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1896C is #5E7693. Grayscale: #8D8D8D. Windows color (decimal): -6190740 or 7113121. OLE color: 7113121.
HSL color Cylindrical-coordinate representation of color #A1896C: hue angle of 32.83º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1896C is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 137 | 108 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.37 |
| HSL | 32.83º | 0.22% | 0.53% | - |
| HSV(B) | 32.83º | 0.33% | 0.63% | - |
| XYZ | 26.35 | 26.55 | 17.92 | - |
| YUV | 140.87 | 109.45 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 108 | 0 | 0.15 | 0.33 | 0.37 | 32.83 | 0.22 | 0.53 |
| Hex | A1 | 89 | 6C | 0 | F | 21 | 25 | 21 | 16 | 35 |
| Octal | 241 | 211 | 154 | 0 | 17 | 41 | 45 | 41 | 26 | 65 |
| Binary | 10100001 | 10001001 | 1101100 | 0 | 1111 | 100001 | 100101 | 100001 | 10110 | 110101 |
Color Harmonies of #A1896C
Complementary color
Monochromatic Colors of #A1896C
Black with #A1896C
Text Example
Text Example
White with #A1896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1896C; }
p { color: rgb(161,137,108); }
H1.HeaderClassName
{
color: #A1896C;
}
.AnyTagClassName
{
color: #A1896C;
}
</style>
background-color css
<style>
a { background-color: #A1896C; }
a { background-color: rgb(161,137,108); }
div.DivClassName
{
background-color: #A1896C;
}
.BgClassName
{
background-color: #A1896C;
}
</style>
border-color css
<style>
span { border-color: #A1896C; }
span { border-color: rgb(161,137,108); }
td.TdClassName
{
border-color: #A1896C;
}
.TagClassName
{
border-color: #A1896C;
}
</style>