Shades of Sandal #A68570
Tints of Sandal #A68570
RGB
CMYK
RGB Variations
Color information
#A68570 (or 0xA68570) is known color: Sandal. HEX triplet: A6, 85 and 70. RGB value is (166,133,112). Sum of RGB (Red+Green+Blue) = 166+133+112=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A68570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68570 is #597A8F. Grayscale: #8C8C8C. Windows color (decimal): -5864080 or 7374246. OLE color: 7374246.
HSL color Cylindrical-coordinate representation of color #A68570: hue angle of 23.33º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A68570 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 133 | 112 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.35 |
| HSL | 23.33º | 0.23% | 0.55% | - |
| HSV(B) | 23.33º | 0.33% | 0.65% | - |
| XYZ | 27.04 | 26.05 | 18.93 | - |
| YUV | 140.47 | 111.93 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 112 | 0 | 0.20 | 0.33 | 0.35 | 23.33 | 0.23 | 0.55 |
| Hex | A6 | 85 | 70 | 0 | 14 | 21 | 23 | 17 | 17 | 37 |
| Octal | 246 | 205 | 160 | 0 | 24 | 41 | 43 | 27 | 27 | 67 |
| Binary | 10100110 | 10000101 | 1110000 | 0 | 10100 | 100001 | 100011 | 10111 | 10111 | 110111 |
Color Harmonies of #A68570
Complementary color
Monochromatic Colors of #A68570
Black with #A68570
Text Example
Text Example
White with #A68570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68570; }
p { color: rgb(166,133,112); }
H1.HeaderClassName
{
color: #A68570;
}
.AnyTagClassName
{
color: #A68570;
}
</style>
background-color css
<style>
a { background-color: #A68570; }
a { background-color: rgb(166,133,112); }
div.DivClassName
{
background-color: #A68570;
}
.BgClassName
{
background-color: #A68570;
}
</style>
border-color css
<style>
span { border-color: #A68570; }
span { border-color: rgb(166,133,112); }
td.TdClassName
{
border-color: #A68570;
}
.TagClassName
{
border-color: #A68570;
}
</style>