#a6835f

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

Shades of Medium Wood #A6835F

Tints of Medium Wood #A6835F

Color information

#A6835F (or 0xA6835F) is unknown color: approx Medium Wood. HEX triplet: A6, 83 and 5F. RGB value is (166,131,95). Sum of RGB (Red+Green+Blue) = 166+131+95=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A6835F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6835F is #597CA0. Grayscale: #898989. Windows color (decimal): -5864609 or 6259622. OLE color: 6259622.

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

Color convert

RGB16613195-
CMYK00.210.430.35
HSL30.42º28.51%51.18%-
HSV(B)30.42º42.77%65.1%-
XYZ25.9125.1714.32-
YUV137.36104.1148.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.35%
GREEN value IS 131 (51.56% from 255) = 33.42%
BLUE value IS 95 (37.5% from 255) = 24.23%
R=42.35%
G=33.42%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661319500.210.430.3530.4228.5151.18
HexA6835F0152B231e1d33
Octal2462031370255343363563
Binary101001101000001110111110101011010111000111111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6835f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6835f; }

 p { color: rgb(166,131,95); }

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

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

 a { background-color: rgb(166,131,95); }

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

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

 span { border-color: rgb(166,131,95); }

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