#A68A68

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

Shades of Sandal #A68A68

Tints of Sandal #A68A68

Color information

#A68A68 (or 0xA68A68) is unknown color: approx Sandal. HEX triplet: A6, 8A and 68. RGB value is (166,138,104). Sum of RGB (Red+Green+Blue) = 166+138+104=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68A68 is #597597. Grayscale: #8E8E8E. Windows color (decimal): -5862808 or 6851238. OLE color: 6851238.

HSL color Cylindrical-coordinate representation of color #A68A68: hue angle of 32.9º 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 #A68A68 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB166138104-
CMYK00.170.370.35
HSL32.9º25.83%52.94%-
HSV(B)32.9º37.35%65.1%-
XYZ27.3127.2816.92-
YUV142.5106.28144.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.69%
GREEN value IS 138 (54.30% from 255) = 33.82%
BLUE value IS 104 (41.02% from 255) = 25.49%
R=40.69%
G=33.82%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613810400.170.370.3532.925.8352.94
HexA68A680112523211a35
Octal2462121500214543413265
Binary1010011010001010110100001000110010110001110000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68A68; }

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

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

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

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

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

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

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

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