#A6856F

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

Shades of Sandal #A6856F

Tints of Sandal #A6856F

Color information

#A6856F (or 0xA6856F) is unknown color: approx Sandal. HEX triplet: A6, 85 and 6F. RGB value is (166,133,111). Sum of RGB (Red+Green+Blue) = 166+133+111=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A6856F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6856F is #597A90. Grayscale: #8C8C8C. Windows color (decimal): -5864081 or 7308710. OLE color: 7308710.

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

Color convert

RGB166133111-
CMYK00.200.330.35
HSL24º23.61%54.31%-
HSV(B)24º33.13%65.1%-
XYZ26.9826.0318.64-
YUV140.36111.43146.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.49%
GREEN value IS 133 (52.34% from 255) = 32.44%
BLUE value IS 111 (43.75% from 255) = 27.07%
R=40.49%
G=32.44%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613311100.200.330.352423.6154.31
HexA6856F0142123181836
Octal2462051570244143303066
Binary101001101000010111011110101001000011000111100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6856F; }

 p { color: rgb(166,133,111); }

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

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

 a { background-color: rgb(166,133,111); }

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

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

 span { border-color: rgb(166,133,111); }

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