#A3896B

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

Shades of Sandal #A3896B

Tints of Sandal #A3896B

Color information

#A3896B (or 0xA3896B) is unknown color: approx Sandal. HEX triplet: A3, 89 and 6B. RGB value is (163,137,107). Sum of RGB (Red+Green+Blue) = 163+137+107=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A3896B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3896B is #5C7694. Grayscale: #8D8D8D. Windows color (decimal): -6059669 or 7047587. OLE color: 7047587.

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

Color convert

RGB163137107-
CMYK00.160.340.36
HSL32.14º23.33%52.94%-
HSV(B)32.14º34.36%63.92%-
XYZ26.726.7417.66-
YUV141.35108.61143.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.05%
GREEN value IS 137 (53.91% from 255) = 33.66%
BLUE value IS 107 (42.19% from 255) = 26.29%
R=40.05%
G=33.66%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313710700.160.340.3632.1423.3352.94
HexA3896B0102224201735
Octal2432111530204244402765
Binary1010001110001001110101101000010001010010010000010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3896B; }

 p { color: rgb(163,137,107); }

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

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

 a { background-color: rgb(163,137,107); }

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

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

 span { border-color: rgb(163,137,107); }

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