#A5836E

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

Shades of Medium Wood #A5836E

Tints of Medium Wood #A5836E

Color information

#A5836E (or 0xA5836E) is unknown color: approx Medium Wood. HEX triplet: A5, 83 and 6E. RGB value is (165,131,110). Sum of RGB (Red+Green+Blue) = 165+131+110=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 165 - color contains mainly: red. Hex color #A5836E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5836E is #5A7C91. Grayscale: #8A8A8A. Windows color (decimal): -5930130 or 7242661. OLE color: 7242661.

HSL color Cylindrical-coordinate representation of color #A5836E: hue angle of 22.91º degrees, saturation: 0.23, 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 #A5836E is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB165131110-
CMYK00.210.330.35
HSL22.91º23.4%53.92%-
HSV(B)22.91º33.33%64.71%-
XYZ26.4525.3618.25-
YUV138.77111.76146.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.64%
GREEN value IS 131 (51.56% from 255) = 32.27%
BLUE value IS 110 (43.36% from 255) = 27.09%
R=40.64%
G=32.27%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513111000.210.330.3522.9123.453.92
HexA5836E0152123171736
Octal2452031560254143272766
Binary101001011000001111011100101011000011000111011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5836E; }

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

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

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

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

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

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

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

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