#A3896C

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

Shades of Sandal #A3896C

Tints of Sandal #A3896C

Color information

#A3896C (or 0xA3896C) is unknown color: approx Sandal. HEX triplet: A3, 89 and 6C. RGB value is (163,137,108). Sum of RGB (Red+Green+Blue) = 163+137+108=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 163 - color contains mainly: red. Hex color #A3896C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3896C is #5C7693. Grayscale: #8D8D8D. Windows color (decimal): -6059668 or 7113123. OLE color: 7113123.

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

Color convert

RGB163137108-
CMYK00.160.340.36
HSL31.64º23.01%53.14%-
HSV(B)31.64º33.74%63.92%-
XYZ26.7626.7617.94-
YUV141.47109.11143.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.95%
GREEN value IS 137 (53.91% from 255) = 33.58%
BLUE value IS 108 (42.58% from 255) = 26.47%
R=39.95%
G=33.58%
B=26.47%

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
Decimal16313710800.160.340.3631.6423.0153.14
HexA3896C0102224201735
Octal2432111540204244402765
Binary1010001110001001110110001000010001010010010000010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3896C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3896C; }

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

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

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

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

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

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

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

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