#A2826A

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

Shades of Medium Wood #A2826A

Tints of Medium Wood #A2826A

Color information

#A2826A (or 0xA2826A) is unknown color: approx Medium Wood. HEX triplet: A2, 82 and 6A. RGB value is (162,130,106). Sum of RGB (Red+Green+Blue) = 162+130+106=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A2826A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2826A is #5D7D95. Grayscale: #888888. Windows color (decimal): -6126998 or 6980258. OLE color: 6980258.

HSL color Cylindrical-coordinate representation of color #A2826A: hue angle of 25.71º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2826A is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB162130106-
CMYK00.200.350.36
HSL25.71º23.14%52.55%-
HSV(B)25.71º34.57%63.53%-
XYZ25.4824.6917.06-
YUV136.83110.6145.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.70%
GREEN value IS 130 (51.17% from 255) = 32.66%
BLUE value IS 106 (41.80% from 255) = 26.63%
R=40.70%
G=32.66%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213010600.200.350.3625.7123.1452.55
HexA2826A01423241a1735
Octal2422021520244344322765
Binary101000101000001011010100101001000111001001101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2826A; }

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

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

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

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

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

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

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

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