#A2795E

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

Shades of Medium Wood #A2795E

Tints of Medium Wood #A2795E

Color information

#A2795E (or 0xA2795E) is unknown color: approx Medium Wood. HEX triplet: A2, 79 and 5E. RGB value is (162,121,94). Sum of RGB (Red+Green+Blue) = 162+121+94=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A2795E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2795E is #5D86A1. Grayscale: #828282. Windows color (decimal): -6129314 or 6191522. OLE color: 6191522.

HSL color Cylindrical-coordinate representation of color #A2795E: hue angle of 23.82º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2795E is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB16212194-
CMYK00.250.420.36
HSL23.82º26.77%50.2%-
HSV(B)23.82º41.98%63.53%-
XYZ23.7622.1613.62-
YUV130.18107.58150.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.97%
GREEN value IS 121 (47.66% from 255) = 32.10%
BLUE value IS 94 (37.11% from 255) = 24.93%
R=42.97%
G=32.10%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621219400.250.420.3623.8226.7750.2
HexA2795E0192A24181b32
Octal2421711360315244303362
Binary10100010111100110111100110011010101001001100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2795E; }

 p { color: rgb(162,121,94); }

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

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

 a { background-color: rgb(162,121,94); }

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

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

 span { border-color: rgb(162,121,94); }

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