#A2826C

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

Shades of Medium Wood #A2826C

Tints of Medium Wood #A2826C

Color information

#A2826C (or 0xA2826C) is unknown color: approx Medium Wood. HEX triplet: A2, 82 and 6C. RGB value is (162,130,108). Sum of RGB (Red+Green+Blue) = 162+130+108=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 162 - color contains mainly: red. Hex color #A2826C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2826C is #5D7D93. Grayscale: #898989. Windows color (decimal): -6126996 or 7111330. OLE color: 7111330.

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

Color convert

RGB162130108-
CMYK00.200.330.36
HSL24.44º22.5%52.94%-
HSV(B)24.44º33.33%63.53%-
XYZ25.5924.7317.61-
YUV137.06111.6145.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.5%
GREEN value IS 130 (51.17% from 255) = 32.5%
BLUE value IS 108 (42.58% from 255) = 27%
R=40.5%
G=32.5%
B=27%

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
Decimal16213010800.200.330.3624.4422.552.94
HexA2826C0142124181735
Octal2422021540244144302765
Binary101000101000001011011000101001000011001001100010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2826C; }

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

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

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

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

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

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

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

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