#A68760

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

Shades of Sandal #A68760

Tints of Sandal #A68760

Color information

#A68760 (or 0xA68760) is unknown color: approx Sandal. HEX triplet: A6, 87 and 60. RGB value is (166,135,96). Sum of RGB (Red+Green+Blue) = 166+135+96=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A68760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68760 is #59789F. Grayscale: #8C8C8C. Windows color (decimal): -5863584 or 6326182. OLE color: 6326182.

HSL color Cylindrical-coordinate representation of color #A68760: hue angle of 33.43º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A68760 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB16613596-
CMYK00.190.420.35
HSL33.43º28.23%51.37%-
HSV(B)33.43º42.17%65.1%-
XYZ26.526.2814.74-
YUV139.82103.27146.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.81%
GREEN value IS 135 (53.12% from 255) = 34.01%
BLUE value IS 96 (37.89% from 255) = 24.18%
R=41.81%
G=34.01%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661359600.190.420.3533.4328.2351.37
HexA687600132A23211c33
Octal2462071400235243413463
Binary1010011010000111110000001001110101010001110000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68760; }

 p { color: rgb(166,135,96); }

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

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

 a { background-color: rgb(166,135,96); }

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

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

 span { border-color: rgb(166,135,96); }

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