#A68E66

Color #A68E66 Sandal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandal #A68E66

Tints of Sandal #A68E66

Color information

#A68E66 (or 0xA68E66) is unknown color: approx Sandal. HEX triplet: A6, 8E and 66. RGB value is (166,142,102). Sum of RGB (Red+Green+Blue) = 166+142+102=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68E66 is #597199. Grayscale: #909090. Windows color (decimal): -5861786 or 6721190. OLE color: 6721190.

HSL color Cylindrical-coordinate representation of color #A68E66: hue angle of 37.5º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A68E66 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB166142102-
CMYK00.140.390.35
HSL37.5º26.45%52.55%-
HSV(B)37.5º38.55%65.1%-
XYZ27.828.4116.59-
YUV144.62103.95143.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 40.49%
GREEN value IS 142 (55.86% from 255) = 34.63%
BLUE value IS 102 (40.23% from 255) = 24.88%
R=40.49%
G=34.63%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614210200.140.390.3537.526.4552.55
HexA68E660E2723261a35
Octal2462161460164743463265
Binary101001101000111011001100111010011110001110011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68E66; }

 p { color: rgb(166,142,102); }

 H1.HeaderClassName
 {
   color: #A68E66;
 }
 .AnyTagClassName
 {
   color: #A68E66;
 }
</style>
background-color css

<style>
 a { background-color: #A68E66; }

 a { background-color: rgb(166,142,102); }

 div.DivClassName
 {
   background-color: #A68E66;
 }
 .BgClassName
 {
   background-color: #A68E66;
 }
</style>
border-color css

<style>
 span { border-color: #A68E66; }

 span { border-color: rgb(166,142,102); }

 td.TdClassName
 {
   border-color: #A68E66;
 }
 .TagClassName
 {
   border-color: #A68E66;
 }
</style>