#A68860

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

Shades of Sandal #A68860

Tints of Sandal #A68860

Color information

#A68860 (or 0xA68860) is unknown color: approx Sandal. HEX triplet: A6, 88 and 60. RGB value is (166,136,96). Sum of RGB (Red+Green+Blue) = 166+136+96=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A68860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68860 is #59779F. Grayscale: #8C8C8C. Windows color (decimal): -5863328 or 6326438. OLE color: 6326438.

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

Color convert

RGB16613696-
CMYK00.180.420.35
HSL34.29º28.23%51.37%-
HSV(B)34.29º42.17%65.1%-
XYZ26.6426.5614.79-
YUV140.41102.94146.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.71%
GREEN value IS 136 (53.52% from 255) = 34.17%
BLUE value IS 96 (37.89% from 255) = 24.12%
R=41.71%
G=34.17%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661369600.180.420.3534.2928.2351.37
HexA688600122A23221c33
Octal2462101400225243423463
Binary1010011010001000110000001001010101010001110001011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68860; }

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

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

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

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

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

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

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

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