#A7845E

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

Shades of Medium Wood #A7845E

Tints of Medium Wood #A7845E

Color information

#A7845E (or 0xA7845E) is unknown color: approx Medium Wood. HEX triplet: A7, 84 and 5E. RGB value is (167,132,94). Sum of RGB (Red+Green+Blue) = 167+132+94=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 167 - color contains mainly: red. Hex color #A7845E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7845E is #587BA1. Grayscale: #8A8A8A. Windows color (decimal): -5798818 or 6194343. OLE color: 6194343.

HSL color Cylindrical-coordinate representation of color #A7845E: hue angle of 31.23º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A7845E is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB16713294-
CMYK00.210.440.35
HSL31.23º29.32%51.18%-
HSV(B)31.23º43.71%65.49%-
XYZ26.2125.5314.14-
YUV138.13103.1148.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.49%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 94 (37.11% from 255) = 23.92%
R=42.49%
G=33.59%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671329400.210.440.3531.2329.3251.18
HexA7845E0152C231f1d33
Octal2472041360255443373563
Binary101001111000010010111100101011011001000111111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7845E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7845E; }

 p { color: rgb(167,132,94); }

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

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

 a { background-color: rgb(167,132,94); }

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

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

 span { border-color: rgb(167,132,94); }

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