#A2816C

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

Shades of Medium Wood #A2816C

Tints of Medium Wood #A2816C

Color information

#A2816C (or 0xA2816C) is unknown color: approx Medium Wood. HEX triplet: A2, 81 and 6C. RGB value is (162,129,108). Sum of RGB (Red+Green+Blue) = 162+129+108=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A2816C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2816C is #5D7E93. Grayscale: #888888. Windows color (decimal): -6127252 or 7111074. OLE color: 7111074.

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

Color convert

RGB162129108-
CMYK00.200.330.36
HSL23.33º22.5%52.94%-
HSV(B)23.33º33.33%63.53%-
XYZ25.4624.4617.57-
YUV136.47111.93146.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 129 (50.78% from 255) = 32.33%
BLUE value IS 108 (42.58% from 255) = 27.07%
R=40.60%
G=32.33%
B=27.07%

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
Decimal16212910800.200.330.3623.3322.552.94
HexA2816C0142124171735
Octal2422011540244144272765
Binary101000101000000111011000101001000011001001011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2816C; }

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

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

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

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

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

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

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

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