Shades of Sandal #A18665
Tints of Sandal #A18665
RGB
CMYK
RGB Variations
Color information
#A18665 (or 0xA18665) is known color: Sandal. HEX triplet: A1, 86 and 65. RGB value is (161,134,101). Sum of RGB (Red+Green+Blue) = 161+134+101=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 161 - color contains mainly: red. Hex color #A18665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18665 is #5E799A. Grayscale: #8A8A8A. Windows color (decimal): -6191515 or 6653601. OLE color: 6653601.
HSL color Cylindrical-coordinate representation of color #A18665: hue angle of 33º 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 #A18665 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 134 | 101 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.37 |
| HSL | 33º | 0.24% | 0.51% | - |
| HSV(B) | 33º | 0.37% | 0.63% | - |
| XYZ | 25.57 | 25.57 | 15.9 | - |
| YUV | 138.31 | 106.95 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 134 | 101 | 0 | 0.17 | 0.37 | 0.37 | 33 | 0.24 | 0.51 |
| Hex | A1 | 86 | 65 | 0 | 11 | 25 | 25 | 21 | 18 | 33 |
| Octal | 241 | 206 | 145 | 0 | 21 | 45 | 45 | 41 | 30 | 63 |
| Binary | 10100001 | 10000110 | 1100101 | 0 | 10001 | 100101 | 100101 | 100001 | 11000 | 110011 |
Color Harmonies of #A18665
Complementary color
Monochromatic Colors of #A18665
Black with #A18665
Text Example
Text Example
White with #A18665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18665; }
p { color: rgb(161,134,101); }
H1.HeaderClassName
{
color: #A18665;
}
.AnyTagClassName
{
color: #A18665;
}
</style>
background-color css
<style>
a { background-color: #A18665; }
a { background-color: rgb(161,134,101); }
div.DivClassName
{
background-color: #A18665;
}
.BgClassName
{
background-color: #A18665;
}
</style>
border-color css
<style>
span { border-color: #A18665; }
span { border-color: rgb(161,134,101); }
td.TdClassName
{
border-color: #A18665;
}
.TagClassName
{
border-color: #A18665;
}
</style>