Shades of Sandal #A68768
Tints of Sandal #A68768
RGB
CMYK
RGB Variations
Color information
#A68768 (or 0xA68768) is known color: Sandal. HEX triplet: A6, 87 and 68. RGB value is (166,135,104). Sum of RGB (Red+Green+Blue) = 166+135+104=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A68768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68768 is #597897. Grayscale: #8C8C8C. Windows color (decimal): -5863576 or 6850470. OLE color: 6850470.
HSL color Cylindrical-coordinate representation of color #A68768: hue angle of 30º 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 #A68768 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 135 | 104 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.35 |
| HSL | 30º | 0.26% | 0.53% | - |
| HSV(B) | 30º | 0.37% | 0.65% | - |
| XYZ | 26.89 | 26.43 | 16.78 | - |
| YUV | 140.74 | 107.27 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 135 | 104 | 0 | 0.19 | 0.37 | 0.35 | 30 | 0.26 | 0.53 |
| Hex | A6 | 87 | 68 | 0 | 13 | 25 | 23 | 1E | 1A | 35 |
| Octal | 246 | 207 | 150 | 0 | 23 | 45 | 43 | 36 | 32 | 65 |
| Binary | 10100110 | 10000111 | 1101000 | 0 | 10011 | 100101 | 100011 | 11110 | 11010 | 110101 |
Color Harmonies of #A68768
Complementary color
Monochromatic Colors of #A68768
Black with #A68768
Text Example
Text Example
White with #A68768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68768; }
p { color: rgb(166,135,104); }
H1.HeaderClassName
{
color: #A68768;
}
.AnyTagClassName
{
color: #A68768;
}
</style>
background-color css
<style>
a { background-color: #A68768; }
a { background-color: rgb(166,135,104); }
div.DivClassName
{
background-color: #A68768;
}
.BgClassName
{
background-color: #A68768;
}
</style>
border-color css
<style>
span { border-color: #A68768; }
span { border-color: rgb(166,135,104); }
td.TdClassName
{
border-color: #A68768;
}
.TagClassName
{
border-color: #A68768;
}
</style>