#A6826F

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

Shades of Medium Wood #A6826F

Tints of Medium Wood #A6826F

Color information

#A6826F (or 0xA6826F) is unknown color: approx Medium Wood. HEX triplet: A6, 82 and 6F. RGB value is (166,130,111). Sum of RGB (Red+Green+Blue) = 166+130+111=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 166 - color contains mainly: red. Hex color #A6826F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6826F is #597D90. Grayscale: #8A8A8A. Windows color (decimal): -5864849 or 7307942. OLE color: 7307942.

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

Color convert

RGB166130111-
CMYK00.220.330.35
HSL20.73º23.61%54.31%-
HSV(B)20.73º33.13%65.1%-
XYZ26.5825.2218.51-
YUV138.6112.43147.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.79%
GREEN value IS 130 (51.17% from 255) = 31.94%
BLUE value IS 111 (43.75% from 255) = 27.27%
R=40.79%
G=31.94%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613011100.220.330.3520.7323.6154.31
HexA6826F0162123151836
Octal2462021570264143253066
Binary101001101000001011011110101101000011000111010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6826F; }

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

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

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

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

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

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

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

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