Shades of Sandal #A88B68
Tints of Sandal #A88B68
RGB
CMYK
RGB Variations
Color information
#A88B68 (or 0xA88B68) is known color: Sandal. HEX triplet: A8, 8B and 68. RGB value is (168,139,104). Sum of RGB (Red+Green+Blue) = 168+139+104=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 168 - color contains mainly: red. Hex color #A88B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88B68 is #577497. Grayscale: #8F8F8F. Windows color (decimal): -5731480 or 6851496. OLE color: 6851496.
HSL color Cylindrical-coordinate representation of color #A88B68: hue angle of 32.81º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A88B68 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 139 | 104 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.34 |
| HSL | 32.81º | 0.27% | 0.53% | - |
| HSV(B) | 32.81º | 0.38% | 0.66% | - |
| XYZ | 27.88 | 27.79 | 16.99 | - |
| YUV | 143.68 | 105.61 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 139 | 104 | 0 | 0.17 | 0.38 | 0.34 | 32.81 | 0.27 | 0.53 |
| Hex | A8 | 8B | 68 | 0 | 11 | 26 | 22 | 21 | 1B | 35 |
| Octal | 250 | 213 | 150 | 0 | 21 | 46 | 42 | 41 | 33 | 65 |
| Binary | 10101000 | 10001011 | 1101000 | 0 | 10001 | 100110 | 100010 | 100001 | 11011 | 110101 |
Color Harmonies of #A88B68
Complementary color
Monochromatic Colors of #A88B68
Black with #A88B68
Text Example
Text Example
White with #A88B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88B68; }
p { color: rgb(168,139,104); }
H1.HeaderClassName
{
color: #A88B68;
}
.AnyTagClassName
{
color: #A88B68;
}
</style>
background-color css
<style>
a { background-color: #A88B68; }
a { background-color: rgb(168,139,104); }
div.DivClassName
{
background-color: #A88B68;
}
.BgClassName
{
background-color: #A88B68;
}
</style>
border-color css
<style>
span { border-color: #A88B68; }
span { border-color: rgb(168,139,104); }
td.TdClassName
{
border-color: #A88B68;
}
.TagClassName
{
border-color: #A88B68;
}
</style>