Shades of Sandal #A18A68
Tints of Sandal #A18A68
RGB
CMYK
RGB Variations
Color information
#A18A68 (or 0xA18A68) is known color: Sandal. HEX triplet: A1, 8A and 68. RGB value is (161,138,104). Sum of RGB (Red+Green+Blue) = 161+138+104=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18A68 is #5E7597. Grayscale: #8D8D8D. Windows color (decimal): -6190488 or 6851233. OLE color: 6851233.
HSL color Cylindrical-coordinate representation of color #A18A68: hue angle of 35.79º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A18A68 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 138 | 104 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.37 |
| HSL | 35.79º | 0.23% | 0.52% | - |
| HSV(B) | 35.79º | 0.35% | 0.63% | - |
| XYZ | 26.29 | 26.75 | 16.88 | - |
| YUV | 141 | 107.12 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 138 | 104 | 0 | 0.14 | 0.35 | 0.37 | 35.79 | 0.23 | 0.52 |
| Hex | A1 | 8A | 68 | 0 | E | 23 | 25 | 24 | 17 | 34 |
| Octal | 241 | 212 | 150 | 0 | 16 | 43 | 45 | 44 | 27 | 64 |
| Binary | 10100001 | 10001010 | 1101000 | 0 | 1110 | 100011 | 100101 | 100100 | 10111 | 110100 |
Color Harmonies of #A18A68
Complementary color
Monochromatic Colors of #A18A68
Black with #A18A68
Text Example
Text Example
White with #A18A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18A68; }
p { color: rgb(161,138,104); }
H1.HeaderClassName
{
color: #A18A68;
}
.AnyTagClassName
{
color: #A18A68;
}
</style>
background-color css
<style>
a { background-color: #A18A68; }
a { background-color: rgb(161,138,104); }
div.DivClassName
{
background-color: #A18A68;
}
.BgClassName
{
background-color: #A18A68;
}
</style>
border-color css
<style>
span { border-color: #A18A68; }
span { border-color: rgb(161,138,104); }
td.TdClassName
{
border-color: #A18A68;
}
.TagClassName
{
border-color: #A18A68;
}
</style>