#A5836D

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

Shades of Medium Wood #A5836D

Tints of Medium Wood #A5836D

Color information

#A5836D (or 0xA5836D) is unknown color: approx Medium Wood. HEX triplet: A5, 83 and 6D. RGB value is (165,131,109). Sum of RGB (Red+Green+Blue) = 165+131+109=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 165 - color contains mainly: red. Hex color #A5836D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5836D is #5A7C92. Grayscale: #8A8A8A. Windows color (decimal): -5930131 or 7177125. OLE color: 7177125.

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

Color convert

RGB165131109-
CMYK00.210.340.35
HSL23.57º23.73%53.73%-
HSV(B)23.57º33.94%64.71%-
XYZ26.3925.3417.97-
YUV138.66111.26146.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.74%
GREEN value IS 131 (51.56% from 255) = 32.35%
BLUE value IS 109 (42.97% from 255) = 26.91%
R=40.74%
G=32.35%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513110900.210.340.3523.5723.7353.73
HexA5836D0152223181836
Octal2452031550254243303066
Binary101001011000001111011010101011000101000111100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5836D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5836D; }

 p { color: rgb(165,131,109); }

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

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

 a { background-color: rgb(165,131,109); }

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

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

 span { border-color: rgb(165,131,109); }

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