#A5816D

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

Shades of Medium Wood #A5816D

Tints of Medium Wood #A5816D

Color information

#A5816D (or 0xA5816D) is unknown color: approx Medium Wood. HEX triplet: A5, 81 and 6D. RGB value is (165,129,109). Sum of RGB (Red+Green+Blue) = 165+129+109=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A5816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5816D is #5A7E92. Grayscale: #898989. Windows color (decimal): -5930643 or 7176613. OLE color: 7176613.

HSL color Cylindrical-coordinate representation of color #A5816D: hue angle of 21.43º 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 #A5816D is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB165129109-
CMYK00.220.340.35
HSL21.43º23.73%53.73%-
HSV(B)21.43º33.94%64.71%-
XYZ26.1324.817.88-
YUV137.48111.93147.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.94%
GREEN value IS 129 (50.78% from 255) = 32.01%
BLUE value IS 109 (42.97% from 255) = 27.05%
R=40.94%
G=32.01%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512910900.220.340.3521.4323.7353.73
HexA5816D0162223151836
Octal2452011550264243253066
Binary101001011000000111011010101101000101000111010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5816D; }

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

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

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

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

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

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

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

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