Shades of Sandal #A18867
Tints of Sandal #A18867
RGB
CMYK
RGB Variations
Color information
#A18867 (or 0xA18867) is known color: Sandal. HEX triplet: A1, 88 and 67. RGB value is (161,136,103). Sum of RGB (Red+Green+Blue) = 161+136+103=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A18867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18867 is #5E7798. Grayscale: #8B8B8B. Windows color (decimal): -6191001 or 6785185. OLE color: 6785185.
HSL color Cylindrical-coordinate representation of color #A18867: hue angle of 34.14º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A18867 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 136 | 103 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.37 |
| HSL | 34.14º | 0.24% | 0.52% | - |
| HSV(B) | 34.14º | 0.36% | 0.63% | - |
| XYZ | 25.95 | 26.16 | 16.51 | - |
| YUV | 139.71 | 107.28 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 103 | 0 | 0.16 | 0.36 | 0.37 | 34.14 | 0.24 | 0.52 |
| Hex | A1 | 88 | 67 | 0 | 10 | 24 | 25 | 22 | 18 | 34 |
| Octal | 241 | 210 | 147 | 0 | 20 | 44 | 45 | 42 | 30 | 64 |
| Binary | 10100001 | 10001000 | 1100111 | 0 | 10000 | 100100 | 100101 | 100010 | 11000 | 110100 |
Color Harmonies of #A18867
Complementary color
Monochromatic Colors of #A18867
Black with #A18867
Text Example
Text Example
White with #A18867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18867; }
p { color: rgb(161,136,103); }
H1.HeaderClassName
{
color: #A18867;
}
.AnyTagClassName
{
color: #A18867;
}
</style>
background-color css
<style>
a { background-color: #A18867; }
a { background-color: rgb(161,136,103); }
div.DivClassName
{
background-color: #A18867;
}
.BgClassName
{
background-color: #A18867;
}
</style>
border-color css
<style>
span { border-color: #A18867; }
span { border-color: rgb(161,136,103); }
td.TdClassName
{
border-color: #A18867;
}
.TagClassName
{
border-color: #A18867;
}
</style>