#A68C68

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

Shades of Sandal #A68C68

Tints of Sandal #A68C68

Color information

#A68C68 (or 0xA68C68) is unknown color: approx Sandal. HEX triplet: A6, 8C and 68. RGB value is (166,140,104). Sum of RGB (Red+Green+Blue) = 166+140+104=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68C68 is #597397. Grayscale: #8F8F8F. Windows color (decimal): -5862296 or 6851750. OLE color: 6851750.

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

Color convert

RGB166140104-
CMYK00.160.370.35
HSL34.84º25.83%52.94%-
HSV(B)34.84º37.35%65.1%-
XYZ27.627.8617.02-
YUV143.67105.61143.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.49%
GREEN value IS 140 (55.08% from 255) = 34.15%
BLUE value IS 104 (41.02% from 255) = 25.37%
R=40.49%
G=34.15%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614010400.160.370.3534.8425.8352.94
HexA68C680102523231a35
Octal2462141500204543433265
Binary1010011010001100110100001000010010110001110001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68C68; }

 p { color: rgb(166,140,104); }

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

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

 a { background-color: rgb(166,140,104); }

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

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

 span { border-color: rgb(166,140,104); }

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