#A6866B

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

Shades of Sandal #A6866B

Tints of Sandal #A6866B

Color information

#A6866B (or 0xA6866B) is unknown color: approx Sandal. HEX triplet: A6, 86 and 6B. RGB value is (166,134,107). Sum of RGB (Red+Green+Blue) = 166+134+107=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 166 - color contains mainly: red. Hex color #A6866B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6866B is #597994. Grayscale: #8C8C8C. Windows color (decimal): -5863829 or 7046822. OLE color: 7046822.

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

Color convert

RGB166134107-
CMYK00.190.360.35
HSL27.46º24.89%53.53%-
HSV(B)27.46º35.54%65.1%-
XYZ26.926.2217.55-
YUV140.49109.1146.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.79%
GREEN value IS 134 (52.73% from 255) = 32.92%
BLUE value IS 107 (42.19% from 255) = 26.29%
R=40.79%
G=32.92%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613410700.190.360.3527.4624.8953.53
HexA6866B01324231b1936
Octal2462061530234443333166
Binary101001101000011011010110100111001001000111101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6866B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6866B; }

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

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

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

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

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

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

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

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