#A2896D

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

Shades of Sandal #A2896D

Tints of Sandal #A2896D

Color information

#A2896D (or 0xA2896D) is unknown color: approx Sandal. HEX triplet: A2, 89 and 6D. RGB value is (162,137,109). Sum of RGB (Red+Green+Blue) = 162+137+109=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A2896D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2896D is #5D7692. Grayscale: #8D8D8D. Windows color (decimal): -6125203 or 7178658. OLE color: 7178658.

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

Color convert

RGB162137109-
CMYK00.150.330.36
HSL31.7º22.18%53.14%-
HSV(B)31.7º32.72%63.53%-
XYZ26.6126.6818.21-
YUV141.28109.78142.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.71%
GREEN value IS 137 (53.91% from 255) = 33.58%
BLUE value IS 109 (42.97% from 255) = 26.72%
R=39.71%
G=33.58%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213710900.150.330.3631.722.1853.14
HexA2896D0F2124201635
Octal2422111550174144402665
Binary101000101000100111011010111110000110010010000010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2896D; }

 p { color: rgb(162,137,109); }

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

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

 a { background-color: rgb(162,137,109); }

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

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

 span { border-color: rgb(162,137,109); }

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