#A7846A

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

Shades of Medium Wood #A7846A

Tints of Medium Wood #A7846A

Color information

#A7846A (or 0xA7846A) is unknown color: approx Medium Wood. HEX triplet: A7, 84 and 6A. RGB value is (167,132,106). Sum of RGB (Red+Green+Blue) = 167+132+106=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 167 - color contains mainly: red. Hex color #A7846A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7846A is #587B95. Grayscale: #8B8B8B. Windows color (decimal): -5798806 or 6980775. OLE color: 6980775.

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

Color convert

RGB167132106-
CMYK00.210.370.35
HSL25.57º25.74%53.53%-
HSV(B)25.57º36.53%65.49%-
XYZ26.7925.7617.2-
YUV139.5109.1147.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.23%
GREEN value IS 132 (51.95% from 255) = 32.59%
BLUE value IS 106 (41.80% from 255) = 26.17%
R=41.23%
G=32.59%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713210600.210.370.3525.5725.7453.53
HexA7846A01525231a1a36
Octal2472041520254543323266
Binary101001111000010011010100101011001011000111101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7846A; }

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

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

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

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

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

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

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

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