Shades of Sandal #A68862
Tints of Sandal #A68862
RGB
CMYK
RGB Variations
Color information
#A68862 (or 0xA68862) is known color: Sandal. HEX triplet: A6, 88 and 62. RGB value is (166,136,98). Sum of RGB (Red+Green+Blue) = 166+136+98=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 166 - color contains mainly: red. Hex color #A68862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68862 is #59779D. Grayscale: #8C8C8C. Windows color (decimal): -5863326 or 6457510. OLE color: 6457510.
HSL color Cylindrical-coordinate representation of color #A68862: hue angle of 33.53º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A68862 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 136 | 98 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.35 |
| HSL | 33.53º | 0.28% | 0.52% | - |
| HSV(B) | 33.53º | 0.41% | 0.65% | - |
| XYZ | 26.73 | 26.6 | 15.28 | - |
| YUV | 140.64 | 103.94 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 136 | 98 | 0 | 0.18 | 0.41 | 0.35 | 33.53 | 0.28 | 0.52 |
| Hex | A6 | 88 | 62 | 0 | 12 | 29 | 23 | 22 | 1C | 34 |
| Octal | 246 | 210 | 142 | 0 | 22 | 51 | 43 | 42 | 34 | 64 |
| Binary | 10100110 | 10001000 | 1100010 | 0 | 10010 | 101001 | 100011 | 100010 | 11100 | 110100 |
Color Harmonies of #A68862
Complementary color
Monochromatic Colors of #A68862
Black with #A68862
Text Example
Text Example
White with #A68862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68862; }
p { color: rgb(166,136,98); }
H1.HeaderClassName
{
color: #A68862;
}
.AnyTagClassName
{
color: #A68862;
}
</style>
background-color css
<style>
a { background-color: #A68862; }
a { background-color: rgb(166,136,98); }
div.DivClassName
{
background-color: #A68862;
}
.BgClassName
{
background-color: #A68862;
}
</style>
border-color css
<style>
span { border-color: #A68862; }
span { border-color: rgb(166,136,98); }
td.TdClassName
{
border-color: #A68862;
}
.TagClassName
{
border-color: #A68862;
}
</style>