Shades of Sandal #A18766
Tints of Sandal #A18766
RGB
CMYK
RGB Variations
Color information
#A18766 (or 0xA18766) is known color: Sandal. HEX triplet: A1, 87 and 66. RGB value is (161,135,102). Sum of RGB (Red+Green+Blue) = 161+135+102=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 161 - color contains mainly: red. Hex color #A18766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18766 is #5E7899. Grayscale: #8B8B8B. Windows color (decimal): -6191258 or 6719393. OLE color: 6719393.
HSL color Cylindrical-coordinate representation of color #A18766: hue angle of 33.56º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A18766 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 135 | 102 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.37 |
| HSL | 33.56º | 0.24% | 0.52% | - |
| HSV(B) | 33.56º | 0.37% | 0.63% | - |
| XYZ | 25.76 | 25.86 | 16.2 | - |
| YUV | 139.01 | 107.11 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 135 | 102 | 0 | 0.16 | 0.37 | 0.37 | 33.56 | 0.24 | 0.52 |
| Hex | A1 | 87 | 66 | 0 | 10 | 25 | 25 | 22 | 18 | 34 |
| Octal | 241 | 207 | 146 | 0 | 20 | 45 | 45 | 42 | 30 | 64 |
| Binary | 10100001 | 10000111 | 1100110 | 0 | 10000 | 100101 | 100101 | 100010 | 11000 | 110100 |
Color Harmonies of #A18766
Complementary color
Monochromatic Colors of #A18766
Black with #A18766
Text Example
Text Example
White with #A18766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18766; }
p { color: rgb(161,135,102); }
H1.HeaderClassName
{
color: #A18766;
}
.AnyTagClassName
{
color: #A18766;
}
</style>
background-color css
<style>
a { background-color: #A18766; }
a { background-color: rgb(161,135,102); }
div.DivClassName
{
background-color: #A18766;
}
.BgClassName
{
background-color: #A18766;
}
</style>
border-color css
<style>
span { border-color: #A18766; }
span { border-color: rgb(161,135,102); }
td.TdClassName
{
border-color: #A18766;
}
.TagClassName
{
border-color: #A18766;
}
</style>