#A7846B

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

Shades of Medium Wood #A7846B

Tints of Medium Wood #A7846B

Color information

#A7846B (or 0xA7846B) is unknown color: approx Medium Wood. HEX triplet: A7, 84 and 6B. RGB value is (167,132,107). Sum of RGB (Red+Green+Blue) = 167+132+107=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A7846B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7846B is #587B94. Grayscale: #8B8B8B. Windows color (decimal): -5798805 or 7046311. OLE color: 7046311.

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

Color convert

RGB167132107-
CMYK00.210.360.35
HSL25º25.42%53.73%-
HSV(B)25º35.93%65.49%-
XYZ26.8425.7817.47-
YUV139.62109.6147.53-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.13%
GREEN value IS 132 (51.95% from 255) = 32.51%
BLUE value IS 107 (42.19% from 255) = 26.35%
R=41.13%
G=32.51%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713210700.210.360.352525.4253.73
HexA7846B0152423191936
Octal2472041530254443313166
Binary101001111000010011010110101011001001000111100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7846B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7846B; }

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

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

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

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

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

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

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

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