#A2816D

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

Shades of Medium Wood #A2816D

Tints of Medium Wood #A2816D

Color information

#A2816D (or 0xA2816D) is unknown color: approx Medium Wood. HEX triplet: A2, 81 and 6D. RGB value is (162,129,109). Sum of RGB (Red+Green+Blue) = 162+129+109=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 162 - color contains mainly: red. Hex color #A2816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2816D is #5D7E92. Grayscale: #888888. Windows color (decimal): -6127251 or 7176610. OLE color: 7176610.

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

Color convert

RGB162129109-
CMYK00.200.330.36
HSL22.64º22.18%53.14%-
HSV(B)22.64º32.72%63.53%-
XYZ25.5124.4917.85-
YUV136.59112.43146.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.5%
GREEN value IS 129 (50.78% from 255) = 32.25%
BLUE value IS 109 (42.97% from 255) = 27.25%
R=40.5%
G=32.25%
B=27.25%

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
Decimal16212910900.200.330.3622.6422.1853.14
HexA2816D0142124171635
Octal2422011550244144272665
Binary101000101000000111011010101001000011001001011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2816D; }

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

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

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

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

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

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

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

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