#A68D64

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

Shades of Sandal #A68D64

Tints of Sandal #A68D64

Color information

#A68D64 (or 0xA68D64) is unknown color: approx Sandal. HEX triplet: A6, 8D and 64. RGB value is (166,141,100). Sum of RGB (Red+Green+Blue) = 166+141+100=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68D64 is #59729B. Grayscale: #8F8F8F. Windows color (decimal): -5862044 or 6589862. OLE color: 6589862.

HSL color Cylindrical-coordinate representation of color #A68D64: hue angle of 37.27º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A68D64 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB166141100-
CMYK00.150.400.35
HSL37.27º27.05%52.16%-
HSV(B)37.27º39.76%65.1%-
XYZ27.5528.0816.02-
YUV143.8103.28143.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.79%
GREEN value IS 141 (55.47% from 255) = 34.64%
BLUE value IS 100 (39.45% from 255) = 24.57%
R=40.79%
G=34.64%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614110000.150.400.3537.2727.0552.16
HexA68D640F2823251b34
Octal2462151440175043453364
Binary101001101000110111001000111110100010001110010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68D64; }

 p { color: rgb(166,141,100); }

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

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

 a { background-color: rgb(166,141,100); }

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

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

 span { border-color: rgb(166,141,100); }

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