Shades of Sandal #A68C62
Tints of Sandal #A68C62
RGB
CMYK
RGB Variations
Color information
#A68C62 (or 0xA68C62) is known color: Sandal. HEX triplet: A6, 8C and 62. RGB value is (166,140,98). Sum of RGB (Red+Green+Blue) = 166+140+98=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 98 (38.67% from 255 or 24.26% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68C62 is #59739D. Grayscale: #8F8F8F. Windows color (decimal): -5862302 or 6458534. OLE color: 6458534.
HSL color Cylindrical-coordinate representation of color #A68C62: hue angle of 37.06º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A68C62 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 140 | 98 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.35 |
| HSL | 37.06º | 0.28% | 0.52% | - |
| HSV(B) | 37.06º | 0.41% | 0.65% | - |
| XYZ | 27.31 | 27.75 | 15.47 | - |
| YUV | 142.99 | 102.61 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 98 | 0 | 0.16 | 0.41 | 0.35 | 37.06 | 0.28 | 0.52 |
| Hex | A6 | 8C | 62 | 0 | 10 | 29 | 23 | 25 | 1C | 34 |
| Octal | 246 | 214 | 142 | 0 | 20 | 51 | 43 | 45 | 34 | 64 |
| Binary | 10100110 | 10001100 | 1100010 | 0 | 10000 | 101001 | 100011 | 100101 | 11100 | 110100 |
Color Harmonies of #A68C62
Complementary color
Monochromatic Colors of #A68C62
Black with #A68C62
Text Example
Text Example
White with #A68C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68C62; }
p { color: rgb(166,140,98); }
H1.HeaderClassName
{
color: #A68C62;
}
.AnyTagClassName
{
color: #A68C62;
}
</style>
background-color css
<style>
a { background-color: #A68C62; }
a { background-color: rgb(166,140,98); }
div.DivClassName
{
background-color: #A68C62;
}
.BgClassName
{
background-color: #A68C62;
}
</style>
border-color css
<style>
span { border-color: #A68C62; }
span { border-color: rgb(166,140,98); }
td.TdClassName
{
border-color: #A68C62;
}
.TagClassName
{
border-color: #A68C62;
}
</style>