Shades of Sandal #A08868
Tints of Sandal #A08868
RGB
CMYK
RGB Variations
Color information
#A08868 (or 0xA08868) is known color: Sandal. HEX triplet: A0, 88 and 68. RGB value is (160,136,104). Sum of RGB (Red+Green+Blue) = 160+136+104=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A08868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08868 is #5F7797. Grayscale: #8B8B8B. Windows color (decimal): -6256536 or 6850720. OLE color: 6850720.
HSL color Cylindrical-coordinate representation of color #A08868: hue angle of 34.29º 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 #A08868 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 136 | 104 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.37 |
| HSL | 34.29º | 0.23% | 0.52% | - |
| HSV(B) | 34.29º | 0.35% | 0.63% | - |
| XYZ | 25.8 | 26.08 | 16.77 | - |
| YUV | 139.53 | 107.95 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 104 | 0 | 0.15 | 0.35 | 0.37 | 34.29 | 0.23 | 0.52 |
| Hex | A0 | 88 | 68 | 0 | F | 23 | 25 | 22 | 17 | 34 |
| Octal | 240 | 210 | 150 | 0 | 17 | 43 | 45 | 42 | 27 | 64 |
| Binary | 10100000 | 10001000 | 1101000 | 0 | 1111 | 100011 | 100101 | 100010 | 10111 | 110100 |
Color Harmonies of #A08868
Complementary color
Monochromatic Colors of #A08868
Black with #A08868
Text Example
Text Example
White with #A08868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08868; }
p { color: rgb(160,136,104); }
H1.HeaderClassName
{
color: #A08868;
}
.AnyTagClassName
{
color: #A08868;
}
</style>
background-color css
<style>
a { background-color: #A08868; }
a { background-color: rgb(160,136,104); }
div.DivClassName
{
background-color: #A08868;
}
.BgClassName
{
background-color: #A08868;
}
</style>
border-color css
<style>
span { border-color: #A08868; }
span { border-color: rgb(160,136,104); }
td.TdClassName
{
border-color: #A08868;
}
.TagClassName
{
border-color: #A08868;
}
</style>