#A68662

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

Shades of Sandal #A68662

Tints of Sandal #A68662

Color information

#A68662 (or 0xA68662) is unknown color: approx Sandal. HEX triplet: A6, 86 and 62. RGB value is (166,134,98). Sum of RGB (Red+Green+Blue) = 166+134+98=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A68662 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68662 is #59799D. Grayscale: #8B8B8B. Windows color (decimal): -5863838 or 6456998. OLE color: 6456998.

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

Color convert

RGB16613498-
CMYK00.190.410.35
HSL31.76º27.64%51.76%-
HSV(B)31.76º40.96%65.1%-
XYZ26.4626.0415.19-
YUV139.46104.6146.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.71%
GREEN value IS 134 (52.73% from 255) = 33.67%
BLUE value IS 98 (38.67% from 255) = 24.62%
R=41.71%
G=33.67%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661349800.190.410.3531.7627.6451.76
HexA686620132923201c34
Octal2462061420235143403464
Binary1010011010000110110001001001110100110001110000011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68662; }

 p { color: rgb(166,134,98); }

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

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

 a { background-color: rgb(166,134,98); }

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

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

 span { border-color: rgb(166,134,98); }

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