Shades of Sandal #A18962
Tints of Sandal #A18962
RGB
CMYK
RGB Variations
Color information
#A18962 (or 0xA18962) is known color: Sandal. HEX triplet: A1, 89 and 62. RGB value is (161,137,98). Sum of RGB (Red+Green+Blue) = 161+137+98=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 161 - color contains mainly: red. Hex color #A18962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18962 is #5E769D. Grayscale: #8B8B8B. Windows color (decimal): -6190750 or 6457761. OLE color: 6457761.
HSL color Cylindrical-coordinate representation of color #A18962: hue angle of 37.14º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A18962 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 137 | 98 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.37 |
| HSL | 37.14º | 0.25% | 0.51% | - |
| HSV(B) | 37.14º | 0.39% | 0.63% | - |
| XYZ | 25.85 | 26.35 | 15.28 | - |
| YUV | 139.73 | 104.45 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 98 | 0 | 0.15 | 0.39 | 0.37 | 37.14 | 0.25 | 0.51 |
| Hex | A1 | 89 | 62 | 0 | F | 27 | 25 | 25 | 19 | 33 |
| Octal | 241 | 211 | 142 | 0 | 17 | 47 | 45 | 45 | 31 | 63 |
| Binary | 10100001 | 10001001 | 1100010 | 0 | 1111 | 100111 | 100101 | 100101 | 11001 | 110011 |
Color Harmonies of #A18962
Complementary color
Monochromatic Colors of #A18962
Black with #A18962
Text Example
Text Example
White with #A18962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18962; }
p { color: rgb(161,137,98); }
H1.HeaderClassName
{
color: #A18962;
}
.AnyTagClassName
{
color: #A18962;
}
</style>
background-color css
<style>
a { background-color: #A18962; }
a { background-color: rgb(161,137,98); }
div.DivClassName
{
background-color: #A18962;
}
.BgClassName
{
background-color: #A18962;
}
</style>
border-color css
<style>
span { border-color: #A18962; }
span { border-color: rgb(161,137,98); }
td.TdClassName
{
border-color: #A18962;
}
.TagClassName
{
border-color: #A18962;
}
</style>