#A3856C

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

Shades of Sandal #A3856C

Tints of Sandal #A3856C

Color information

#A3856C (or 0xA3856C) is unknown color: approx Sandal. HEX triplet: A3, 85 and 6C. RGB value is (163,133,108). Sum of RGB (Red+Green+Blue) = 163+133+108=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 163 - color contains mainly: red. Hex color #A3856C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3856C is #5C7A93. Grayscale: #8B8B8B. Windows color (decimal): -6060692 or 7112099. OLE color: 7112099.

HSL color Cylindrical-coordinate representation of color #A3856C: hue angle of 27.27º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3856C is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB163133108-
CMYK00.180.340.36
HSL27.27º23.01%53.14%-
HSV(B)27.27º33.74%63.92%-
XYZ26.225.6417.76-
YUV139.12110.44145.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.35%
GREEN value IS 133 (52.34% from 255) = 32.92%
BLUE value IS 108 (42.58% from 255) = 26.73%
R=40.35%
G=32.92%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313310800.180.340.3627.2723.0153.14
HexA3856C01222241b1735
Octal2432051540224244332765
Binary101000111000010111011000100101000101001001101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3856C; }

 p { color: rgb(163,133,108); }

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

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

 a { background-color: rgb(163,133,108); }

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

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

 span { border-color: rgb(163,133,108); }

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