Shades of Sandal #A68965
Tints of Sandal #A68965
RGB
CMYK
RGB Variations
Color information
#A68965 (or 0xA68965) is known color: Sandal. HEX triplet: A6, 89 and 65. RGB value is (166,137,101). Sum of RGB (Red+Green+Blue) = 166+137+101=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A68965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68965 is #59769A. Grayscale: #8D8D8D. Windows color (decimal): -5863067 or 6654374. OLE color: 6654374.
HSL color Cylindrical-coordinate representation of color #A68965: hue angle of 33.23º 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 #A68965 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 137 | 101 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.35 |
| HSL | 33.23º | 0.27% | 0.52% | - |
| HSV(B) | 33.23º | 0.39% | 0.65% | - |
| XYZ | 27.02 | 26.94 | 16.09 | - |
| YUV | 141.57 | 105.11 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 137 | 101 | 0 | 0.17 | 0.39 | 0.35 | 33.23 | 0.27 | 0.52 |
| Hex | A6 | 89 | 65 | 0 | 11 | 27 | 23 | 21 | 1B | 34 |
| Octal | 246 | 211 | 145 | 0 | 21 | 47 | 43 | 41 | 33 | 64 |
| Binary | 10100110 | 10001001 | 1100101 | 0 | 10001 | 100111 | 100011 | 100001 | 11011 | 110100 |
Color Harmonies of #A68965
Complementary color
Monochromatic Colors of #A68965
Black with #A68965
Text Example
Text Example
White with #A68965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68965; }
p { color: rgb(166,137,101); }
H1.HeaderClassName
{
color: #A68965;
}
.AnyTagClassName
{
color: #A68965;
}
</style>
background-color css
<style>
a { background-color: #A68965; }
a { background-color: rgb(166,137,101); }
div.DivClassName
{
background-color: #A68965;
}
.BgClassName
{
background-color: #A68965;
}
</style>
border-color css
<style>
span { border-color: #A68965; }
span { border-color: rgb(166,137,101); }
td.TdClassName
{
border-color: #A68965;
}
.TagClassName
{
border-color: #A68965;
}
</style>