Shades of Sandal #A68D67
Tints of Sandal #A68D67
RGB
CMYK
RGB Variations
Color information
#A68D67 (or 0xA68D67) is known color: Sandal. HEX triplet: A6, 8D and 67. RGB value is (166,141,103). Sum of RGB (Red+Green+Blue) = 166+141+103=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 103 (40.62% from 255 or 25.12% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68D67 is #597298. Grayscale: #909090. Windows color (decimal): -5862041 or 6786470. OLE color: 6786470.
HSL color Cylindrical-coordinate representation of color #A68D67: hue angle of 36.19º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A68D67 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 141 | 103 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.35 |
| HSL | 36.19º | 0.26% | 0.53% | - |
| HSV(B) | 36.19º | 0.38% | 0.65% | - |
| XYZ | 27.7 | 28.14 | 16.8 | - |
| YUV | 144.14 | 104.78 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 103 | 0 | 0.15 | 0.38 | 0.35 | 36.19 | 0.26 | 0.53 |
| Hex | A6 | 8D | 67 | 0 | F | 26 | 23 | 24 | 1A | 35 |
| Octal | 246 | 215 | 147 | 0 | 17 | 46 | 43 | 44 | 32 | 65 |
| Binary | 10100110 | 10001101 | 1100111 | 0 | 1111 | 100110 | 100011 | 100100 | 11010 | 110101 |
Color Harmonies of #A68D67
Complementary color
Monochromatic Colors of #A68D67
Black with #A68D67
Text Example
Text Example
White with #A68D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68D67; }
p { color: rgb(166,141,103); }
H1.HeaderClassName
{
color: #A68D67;
}
.AnyTagClassName
{
color: #A68D67;
}
</style>
background-color css
<style>
a { background-color: #A68D67; }
a { background-color: rgb(166,141,103); }
div.DivClassName
{
background-color: #A68D67;
}
.BgClassName
{
background-color: #A68D67;
}
</style>
border-color css
<style>
span { border-color: #A68D67; }
span { border-color: rgb(166,141,103); }
td.TdClassName
{
border-color: #A68D67;
}
.TagClassName
{
border-color: #A68D67;
}
</style>