#A6886C

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

Shades of Sandal #A6886C

Tints of Sandal #A6886C

Color information

#A6886C (or 0xA6886C) is unknown color: approx Sandal. HEX triplet: A6, 88 and 6C. RGB value is (166,136,108). Sum of RGB (Red+Green+Blue) = 166+136+108=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A6886C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6886C is #597793. Grayscale: #8D8D8D. Windows color (decimal): -5863316 or 7112870. OLE color: 7112870.

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

Color convert

RGB166136108-
CMYK00.180.350.35
HSL28.97º24.58%53.73%-
HSV(B)28.97º34.94%65.1%-
XYZ27.2426.817.92-
YUV141.78108.94145.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.49%
GREEN value IS 136 (53.52% from 255) = 33.17%
BLUE value IS 108 (42.58% from 255) = 26.34%
R=40.49%
G=33.17%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613610800.180.350.3528.9724.5853.73
HexA6886C01223231d1936
Octal2462101540224343353166
Binary101001101000100011011000100101000111000111110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6886C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6886C; }

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

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

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

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

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

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

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

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