#A6856A

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

Shades of Sandal #A6856A

Tints of Sandal #A6856A

Color information

#A6856A (or 0xA6856A) is unknown color: approx Sandal. HEX triplet: A6, 85 and 6A. RGB value is (166,133,106). Sum of RGB (Red+Green+Blue) = 166+133+106=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A6856A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6856A is #597A95. Grayscale: #8B8B8B. Windows color (decimal): -5864086 or 6981030. OLE color: 6981030.

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

Color convert

RGB166133106-
CMYK00.200.360.35
HSL27º25.21%53.33%-
HSV(B)27º36.14%65.1%-
XYZ26.7125.9217.23-
YUV139.79108.93146.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.99%
GREEN value IS 133 (52.34% from 255) = 32.84%
BLUE value IS 106 (41.80% from 255) = 26.17%
R=40.99%
G=32.84%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613310600.200.360.352725.2153.33
HexA6856A01424231b1935
Octal2462051520244443333165
Binary101001101000010111010100101001001001000111101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6856A; }

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

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

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

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

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

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

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

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