Shades of Sandal #A18765
Tints of Sandal #A18765
RGB
CMYK
RGB Variations
Color information
#A18765 (or 0xA18765) is known color: Sandal. HEX triplet: A1, 87 and 65. RGB value is (161,135,101). Sum of RGB (Red+Green+Blue) = 161+135+101=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A18765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18765 is #5E789A. Grayscale: #8B8B8B. Windows color (decimal): -6191259 or 6653857. OLE color: 6653857.
HSL color Cylindrical-coordinate representation of color #A18765: hue angle of 34º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A18765 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 135 | 101 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.37 |
| HSL | 34º | 0.24% | 0.51% | - |
| HSV(B) | 34º | 0.37% | 0.63% | - |
| XYZ | 25.71 | 25.84 | 15.95 | - |
| YUV | 138.9 | 106.61 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 135 | 101 | 0 | 0.16 | 0.37 | 0.37 | 34 | 0.24 | 0.51 |
| Hex | A1 | 87 | 65 | 0 | 10 | 25 | 25 | 22 | 18 | 33 |
| Octal | 241 | 207 | 145 | 0 | 20 | 45 | 45 | 42 | 30 | 63 |
| Binary | 10100001 | 10000111 | 1100101 | 0 | 10000 | 100101 | 100101 | 100010 | 11000 | 110011 |
Color Harmonies of #A18765
Complementary color
Monochromatic Colors of #A18765
Black with #A18765
Text Example
Text Example
White with #A18765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18765; }
p { color: rgb(161,135,101); }
H1.HeaderClassName
{
color: #A18765;
}
.AnyTagClassName
{
color: #A18765;
}
</style>
background-color css
<style>
a { background-color: #A18765; }
a { background-color: rgb(161,135,101); }
div.DivClassName
{
background-color: #A18765;
}
.BgClassName
{
background-color: #A18765;
}
</style>
border-color css
<style>
span { border-color: #A18765; }
span { border-color: rgb(161,135,101); }
td.TdClassName
{
border-color: #A18765;
}
.TagClassName
{
border-color: #A18765;
}
</style>