Shades of Sandal #A68761
Tints of Sandal #A68761
RGB
CMYK
RGB Variations
Color information
#A68761 (or 0xA68761) is known color: Sandal. HEX triplet: A6, 87 and 61. RGB value is (166,135,97). Sum of RGB (Red+Green+Blue) = 166+135+97=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A68761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68761 is #59789E. Grayscale: #8C8C8C. Windows color (decimal): -5863583 or 6391718. OLE color: 6391718.
HSL color Cylindrical-coordinate representation of color #A68761: hue angle of 33.04º 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 #A68761 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 135 | 97 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.35 |
| HSL | 33.04º | 0.28% | 0.52% | - |
| HSV(B) | 33.04º | 0.42% | 0.65% | - |
| XYZ | 26.55 | 26.3 | 14.99 | - |
| YUV | 139.94 | 103.77 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 135 | 97 | 0 | 0.19 | 0.42 | 0.35 | 33.04 | 0.28 | 0.52 |
| Hex | A6 | 87 | 61 | 0 | 13 | 2A | 23 | 21 | 1C | 34 |
| Octal | 246 | 207 | 141 | 0 | 23 | 52 | 43 | 41 | 34 | 64 |
| Binary | 10100110 | 10000111 | 1100001 | 0 | 10011 | 101010 | 100011 | 100001 | 11100 | 110100 |
Color Harmonies of #A68761
Complementary color
Monochromatic Colors of #A68761
Black with #A68761
Text Example
Text Example
White with #A68761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68761; }
p { color: rgb(166,135,97); }
H1.HeaderClassName
{
color: #A68761;
}
.AnyTagClassName
{
color: #A68761;
}
</style>
background-color css
<style>
a { background-color: #A68761; }
a { background-color: rgb(166,135,97); }
div.DivClassName
{
background-color: #A68761;
}
.BgClassName
{
background-color: #A68761;
}
</style>
border-color css
<style>
span { border-color: #A68761; }
span { border-color: rgb(166,135,97); }
td.TdClassName
{
border-color: #A68761;
}
.TagClassName
{
border-color: #A68761;
}
</style>