#A6826B

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

Shades of Medium Wood #A6826B

Tints of Medium Wood #A6826B

Color information

#A6826B (or 0xA6826B) is unknown color: approx Medium Wood. HEX triplet: A6, 82 and 6B. RGB value is (166,130,107). Sum of RGB (Red+Green+Blue) = 166+130+107=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A6826B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6826B is #597D94. Grayscale: #8A8A8A. Windows color (decimal): -5864853 or 7045798. OLE color: 7045798.

HSL color Cylindrical-coordinate representation of color #A6826B: hue angle of 23.39º 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 #A6826B is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB166130107-
CMYK00.220.360.35
HSL23.39º24.89%53.53%-
HSV(B)23.39º35.54%65.1%-
XYZ26.3625.1317.37-
YUV138.14110.43147.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.19%
GREEN value IS 130 (51.17% from 255) = 32.26%
BLUE value IS 107 (42.19% from 255) = 26.55%
R=41.19%
G=32.26%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613010700.220.360.3523.3924.8953.53
HexA6826B0162423171936
Octal2462021530264443273166
Binary101001101000001011010110101101001001000111011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6826B; }

 p { color: rgb(166,130,107); }

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

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

 a { background-color: rgb(166,130,107); }

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

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

 span { border-color: rgb(166,130,107); }

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