Shades of Sandal #A68A61
Tints of Sandal #A68A61
RGB
CMYK
RGB Variations
Color information
#A68A61 (or 0xA68A61) is known color: Sandal. HEX triplet: A6, 8A and 61. RGB value is (166,138,97). Sum of RGB (Red+Green+Blue) = 166+138+97=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68A61 is #59759E. Grayscale: #8D8D8D. Windows color (decimal): -5862815 or 6392486. OLE color: 6392486.
HSL color Cylindrical-coordinate representation of color #A68A61: hue angle of 35.65º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A68A61 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 138 | 97 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.35 |
| HSL | 35.65º | 0.28% | 0.52% | - |
| HSV(B) | 35.65º | 0.42% | 0.65% | - |
| XYZ | 26.97 | 27.15 | 15.13 | - |
| YUV | 141.7 | 102.78 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 97 | 0 | 0.17 | 0.42 | 0.35 | 35.65 | 0.28 | 0.52 |
| Hex | A6 | 8A | 61 | 0 | 11 | 2A | 23 | 24 | 1C | 34 |
| Octal | 246 | 212 | 141 | 0 | 21 | 52 | 43 | 44 | 34 | 64 |
| Binary | 10100110 | 10001010 | 1100001 | 0 | 10001 | 101010 | 100011 | 100100 | 11100 | 110100 |
Color Harmonies of #A68A61
Complementary color
Monochromatic Colors of #A68A61
Black with #A68A61
Text Example
Text Example
White with #A68A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68A61; }
p { color: rgb(166,138,97); }
H1.HeaderClassName
{
color: #A68A61;
}
.AnyTagClassName
{
color: #A68A61;
}
</style>
background-color css
<style>
a { background-color: #A68A61; }
a { background-color: rgb(166,138,97); }
div.DivClassName
{
background-color: #A68A61;
}
.BgClassName
{
background-color: #A68A61;
}
</style>
border-color css
<style>
span { border-color: #A68A61; }
span { border-color: rgb(166,138,97); }
td.TdClassName
{
border-color: #A68A61;
}
.TagClassName
{
border-color: #A68A61;
}
</style>