#A2836F

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

Shades of Sandal #A2836F

Tints of Sandal #A2836F

Color information

#A2836F (or 0xA2836F) is unknown color: approx Sandal. HEX triplet: A2, 83 and 6F. RGB value is (162,131,111). Sum of RGB (Red+Green+Blue) = 162+131+111=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A2836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2836F is #5D7C90. Grayscale: #8A8A8A. Windows color (decimal): -6126737 or 7308194. OLE color: 7308194.

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

Color convert

RGB162131111-
CMYK00.190.310.36
HSL23.53º21.52%53.53%-
HSV(B)23.53º31.48%63.53%-
XYZ25.8925.0618.51-
YUV137.99112.77145.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.10%
GREEN value IS 131 (51.56% from 255) = 32.43%
BLUE value IS 111 (43.75% from 255) = 27.48%
R=40.10%
G=32.43%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213111100.190.310.3623.5321.5253.53
HexA2836F0131F24181636
Octal2422031570233744302666
Binary10100010100000111101111010011111111001001100010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2836F; }

 p { color: rgb(162,131,111); }

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

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

 a { background-color: rgb(162,131,111); }

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

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

 span { border-color: rgb(162,131,111); }

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