#A5816A

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

Shades of Medium Wood #A5816A

Tints of Medium Wood #A5816A

Color information

#A5816A (or 0xA5816A) is unknown color: approx Medium Wood. HEX triplet: A5, 81 and 6A. RGB value is (165,129,106). Sum of RGB (Red+Green+Blue) = 165+129+106=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 165 - color contains mainly: red. Hex color #A5816A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5816A is #5A7E95. Grayscale: #898989. Windows color (decimal): -5930646 or 6980005. OLE color: 6980005.

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

Color convert

RGB165129106-
CMYK00.220.360.35
HSL23.39º24.69%53.14%-
HSV(B)23.39º35.76%64.71%-
XYZ25.9724.7417.04-
YUV137.14110.43147.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.25%
GREEN value IS 129 (50.78% from 255) = 32.25%
BLUE value IS 106 (41.80% from 255) = 26.5%
R=41.25%
G=32.25%
B=26.5%

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
Decimal16512910600.220.360.3523.3924.6953.14
HexA5816A0162423171935
Octal2452011520264443273165
Binary101001011000000111010100101101001001000111011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5816A; }

 p { color: rgb(165,129,106); }

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

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

 a { background-color: rgb(165,129,106); }

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

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

 span { border-color: rgb(165,129,106); }

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