#A6866A

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

Shades of Sandal #A6866A

Tints of Sandal #A6866A

Color information

#A6866A (or 0xA6866A) is unknown color: approx Sandal. HEX triplet: A6, 86 and 6A. RGB value is (166,134,106). Sum of RGB (Red+Green+Blue) = 166+134+106=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A6866A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6866A is #597995. Grayscale: #8C8C8C. Windows color (decimal): -5863830 or 6981286. OLE color: 6981286.

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

Color convert

RGB166134106-
CMYK00.190.360.35
HSL28º25.21%53.33%-
HSV(B)28º36.14%65.1%-
XYZ26.8526.217.28-
YUV140.38108.6146.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.89%
GREEN value IS 134 (52.73% from 255) = 33.00%
BLUE value IS 106 (41.80% from 255) = 26.11%
R=40.89%
G=33.00%
B=26.11%

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
Decimal16613410600.190.360.352825.2153.33
HexA6866A01324231c1935
Octal2462061520234443343165
Binary101001101000011011010100100111001001000111110011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6866A; }

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

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

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

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

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

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

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

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