#A2836C

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

Shades of Sandal #A2836C

Tints of Sandal #A2836C

Color information

#A2836C (or 0xA2836C) is unknown color: approx Sandal. HEX triplet: A2, 83 and 6C. RGB value is (162,131,108). Sum of RGB (Red+Green+Blue) = 162+131+108=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A2836C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2836C is #5D7C93. Grayscale: #898989. Windows color (decimal): -6126740 or 7111586. OLE color: 7111586.

HSL color Cylindrical-coordinate representation of color #A2836C: hue angle of 25.56º degrees, saturation: 0.23, 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 #A2836C is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB162131108-
CMYK00.190.330.36
HSL25.56º22.5%52.94%-
HSV(B)25.56º33.33%63.53%-
XYZ25.722517.66-
YUV137.65111.27145.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.40%
GREEN value IS 131 (51.56% from 255) = 32.67%
BLUE value IS 108 (42.58% from 255) = 26.93%
R=40.40%
G=32.67%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213110800.190.330.3625.5622.552.94
HexA2836C01321241a1735
Octal2422031540234144322765
Binary101000101000001111011000100111000011001001101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2836C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2836C; }

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

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

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

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

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

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

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

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