Shades of Sandal #A68565
Tints of Sandal #A68565
RGB
CMYK
RGB Variations
Color information
#A68565 (or 0xA68565) is known color: Sandal. HEX triplet: A6, 85 and 65. RGB value is (166,133,101). Sum of RGB (Red+Green+Blue) = 166+133+101=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 166 - color contains mainly: red. Hex color #A68565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68565 is #597A9A. Grayscale: #8B8B8B. Windows color (decimal): -5864091 or 6653350. OLE color: 6653350.
HSL color Cylindrical-coordinate representation of color #A68565: hue angle of 29.54º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A68565 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 133 | 101 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.35 |
| HSL | 29.54º | 0.27% | 0.52% | - |
| HSV(B) | 29.54º | 0.39% | 0.65% | - |
| XYZ | 26.46 | 25.82 | 15.9 | - |
| YUV | 139.22 | 106.43 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 101 | 0 | 0.20 | 0.39 | 0.35 | 29.54 | 0.27 | 0.52 |
| Hex | A6 | 85 | 65 | 0 | 14 | 27 | 23 | 1E | 1B | 34 |
| Octal | 246 | 205 | 145 | 0 | 24 | 47 | 43 | 36 | 33 | 64 |
| Binary | 10100110 | 10000101 | 1100101 | 0 | 10100 | 100111 | 100011 | 11110 | 11011 | 110100 |
Color Harmonies of #A68565
Complementary color
Monochromatic Colors of #A68565
Black with #A68565
Text Example
Text Example
White with #A68565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68565; }
p { color: rgb(166,133,101); }
H1.HeaderClassName
{
color: #A68565;
}
.AnyTagClassName
{
color: #A68565;
}
</style>
background-color css
<style>
a { background-color: #A68565; }
a { background-color: rgb(166,133,101); }
div.DivClassName
{
background-color: #A68565;
}
.BgClassName
{
background-color: #A68565;
}
</style>
border-color css
<style>
span { border-color: #A68565; }
span { border-color: rgb(166,133,101); }
td.TdClassName
{
border-color: #A68565;
}
.TagClassName
{
border-color: #A68565;
}
</style>