Shades of Sandal #A68B68
Tints of Sandal #A68B68
RGB
CMYK
RGB Variations
Color information
#A68B68 (or 0xA68B68) is known color: Sandal. HEX triplet: A6, 8B and 68. RGB value is (166,139,104). Sum of RGB (Red+Green+Blue) = 166+139+104=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68B68 is #597497. Grayscale: #8F8F8F. Windows color (decimal): -5862552 or 6851494. OLE color: 6851494.
HSL color Cylindrical-coordinate representation of color #A68B68: hue angle of 33.87º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A68B68 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 139 | 104 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.35 |
| HSL | 33.87º | 0.26% | 0.53% | - |
| HSV(B) | 33.87º | 0.37% | 0.65% | - |
| XYZ | 27.46 | 27.57 | 16.97 | - |
| YUV | 143.08 | 105.95 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 139 | 104 | 0 | 0.16 | 0.37 | 0.35 | 33.87 | 0.26 | 0.53 |
| Hex | A6 | 8B | 68 | 0 | 10 | 25 | 23 | 22 | 1A | 35 |
| Octal | 246 | 213 | 150 | 0 | 20 | 45 | 43 | 42 | 32 | 65 |
| Binary | 10100110 | 10001011 | 1101000 | 0 | 10000 | 100101 | 100011 | 100010 | 11010 | 110101 |
Color Harmonies of #A68B68
Complementary color
Monochromatic Colors of #A68B68
Black with #A68B68
Text Example
Text Example
White with #A68B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68B68; }
p { color: rgb(166,139,104); }
H1.HeaderClassName
{
color: #A68B68;
}
.AnyTagClassName
{
color: #A68B68;
}
</style>
background-color css
<style>
a { background-color: #A68B68; }
a { background-color: rgb(166,139,104); }
div.DivClassName
{
background-color: #A68B68;
}
.BgClassName
{
background-color: #A68B68;
}
</style>
border-color css
<style>
span { border-color: #A68B68; }
span { border-color: rgb(166,139,104); }
td.TdClassName
{
border-color: #A68B68;
}
.TagClassName
{
border-color: #A68B68;
}
</style>