#A68B62

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

Shades of Sandal #A68B62

Tints of Sandal #A68B62

Color information

#A68B62 (or 0xA68B62) is unknown color: approx Sandal. HEX triplet: A6, 8B and 62. RGB value is (166,139,98). Sum of RGB (Red+Green+Blue) = 166+139+98=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 98 (38.67% from 255 or 24.32% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68B62 is #59749D. Grayscale: #8E8E8E. Windows color (decimal): -5862558 or 6458278. OLE color: 6458278.

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

Color convert

RGB16613998-
CMYK00.160.410.35
HSL36.18º27.64%51.76%-
HSV(B)36.18º40.96%65.1%-
XYZ27.1627.4515.42-
YUV142.4102.95144.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.19%
GREEN value IS 139 (54.69% from 255) = 34.49%
BLUE value IS 98 (38.67% from 255) = 24.32%
R=41.19%
G=34.49%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661399800.160.410.3536.1827.6451.76
HexA68B620102923241c34
Octal2462131420205143443464
Binary1010011010001011110001001000010100110001110010011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68B62; }

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

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

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

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

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

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

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

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