#A7826F

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

Shades of Medium Wood #A7826F

Tints of Medium Wood #A7826F

Color information

#A7826F (or 0xA7826F) is unknown color: approx Medium Wood. HEX triplet: A7, 82 and 6F. RGB value is (167,130,111). Sum of RGB (Red+Green+Blue) = 167+130+111=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A7826F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7826F is #587D90. Grayscale: #8B8B8B. Windows color (decimal): -5799313 or 7307943. OLE color: 7307943.

HSL color Cylindrical-coordinate representation of color #A7826F: hue angle of 20.36º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7826F is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB167130111-
CMYK00.220.340.35
HSL20.36º24.14%54.51%-
HSV(B)20.36º33.53%65.49%-
XYZ26.7925.3318.52-
YUV138.9112.26148.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.93%
GREEN value IS 130 (51.17% from 255) = 31.86%
BLUE value IS 111 (43.75% from 255) = 27.21%
R=40.93%
G=31.86%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713011100.220.340.3520.3624.1454.51
HexA7826F0162223141837
Octal2472021570264243243067
Binary101001111000001011011110101101000101000111010011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7826F; }

 p { color: rgb(167,130,111); }

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

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

 a { background-color: rgb(167,130,111); }

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

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

 span { border-color: rgb(167,130,111); }

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