#A2826D

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

Shades of Medium Wood #A2826D

Tints of Medium Wood #A2826D

Color information

#A2826D (or 0xA2826D) is unknown color: approx Medium Wood. HEX triplet: A2, 82 and 6D. RGB value is (162,130,109). Sum of RGB (Red+Green+Blue) = 162+130+109=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A2826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2826D is #5D7D92. Grayscale: #898989. Windows color (decimal): -6126995 or 7176866. OLE color: 7176866.

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

Color convert

RGB162130109-
CMYK00.200.330.36
HSL23.77º22.18%53.14%-
HSV(B)23.77º32.72%63.53%-
XYZ25.6424.7517.89-
YUV137.17112.1145.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.40%
GREEN value IS 130 (51.17% from 255) = 32.42%
BLUE value IS 109 (42.97% from 255) = 27.18%
R=40.40%
G=32.42%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213010900.200.330.3623.7722.1853.14
HexA2826D0142124181635
Octal2422021550244144302665
Binary101000101000001011011010101001000011001001100010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2826D; }

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

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

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

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

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

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

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

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