Shades of Sandal #A1876E
Tints of Sandal #A1876E
RGB
CMYK
RGB Variations
Color information
#A1876E (or 0xA1876E) is known color: Sandal. HEX triplet: A1, 87 and 6E. RGB value is (161,135,110). Sum of RGB (Red+Green+Blue) = 161+135+110=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 161 - color contains mainly: red. Hex color #A1876E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1876E is #5E7891. Grayscale: #8C8C8C. Windows color (decimal): -6191250 or 7243681. OLE color: 7243681.
HSL color Cylindrical-coordinate representation of color #A1876E: hue angle of 29.41º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1876E is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 135 | 110 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.37 |
| HSL | 29.41º | 0.21% | 0.53% | - |
| HSV(B) | 29.41º | 0.32% | 0.63% | - |
| XYZ | 26.18 | 26.03 | 18.4 | - |
| YUV | 139.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 135 | 110 | 0 | 0.16 | 0.32 | 0.37 | 29.41 | 0.21 | 0.53 |
| Hex | A1 | 87 | 6E | 0 | 10 | 20 | 25 | 1D | 15 | 35 |
| Octal | 241 | 207 | 156 | 0 | 20 | 40 | 45 | 35 | 25 | 65 |
| Binary | 10100001 | 10000111 | 1101110 | 0 | 10000 | 100000 | 100101 | 11101 | 10101 | 110101 |
Color Harmonies of #A1876E
Complementary color
Monochromatic Colors of #A1876E
Black with #A1876E
Text Example
Text Example
White with #A1876E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1876E; }
p { color: rgb(161,135,110); }
H1.HeaderClassName
{
color: #A1876E;
}
.AnyTagClassName
{
color: #A1876E;
}
</style>
background-color css
<style>
a { background-color: #A1876E; }
a { background-color: rgb(161,135,110); }
div.DivClassName
{
background-color: #A1876E;
}
.BgClassName
{
background-color: #A1876E;
}
</style>
border-color css
<style>
span { border-color: #A1876E; }
span { border-color: rgb(161,135,110); }
td.TdClassName
{
border-color: #A1876E;
}
.TagClassName
{
border-color: #A1876E;
}
</style>