#A7805B

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

Shades of Medium Wood #A7805B

Tints of Medium Wood #A7805B

Color information

#A7805B (or 0xA7805B) is unknown color: approx Medium Wood. HEX triplet: A7, 80 and 5B. RGB value is (167,128,91). Sum of RGB (Red+Green+Blue) = 167+128+91=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 167 - color contains mainly: red. Hex color #A7805B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7805B is #587FA4. Grayscale: #878787. Windows color (decimal): -5799845 or 5996711. OLE color: 5996711.

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

Color convert

RGB16712891-
CMYK00.230.460.35
HSL29.21º30.16%50.59%-
HSV(B)29.21º45.51%65.49%-
XYZ25.5424.4113.26-
YUV135.44102.92150.51-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.26%
GREEN value IS 128 (50.39% from 255) = 33.16%
BLUE value IS 91 (35.94% from 255) = 23.58%
R=43.26%
G=33.16%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671289100.230.460.3529.2130.1650.59
HexA7805B0172E231d1e33
Octal2472001330275643353663
Binary101001111000000010110110101111011101000111110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7805B; }

 p { color: rgb(167,128,91); }

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

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

 a { background-color: rgb(167,128,91); }

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

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

 span { border-color: rgb(167,128,91); }

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