#A5816F

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

Shades of Medium Wood #A5816F

Tints of Medium Wood #A5816F

Color information

#A5816F (or 0xA5816F) is unknown color: approx Medium Wood. HEX triplet: A5, 81 and 6F. RGB value is (165,129,111). Sum of RGB (Red+Green+Blue) = 165+129+111=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 165 - color contains mainly: red. Hex color #A5816F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5816F is #5A7E90. Grayscale: #898989. Windows color (decimal): -5930641 or 7307685. OLE color: 7307685.

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

Color convert

RGB165129111-
CMYK00.220.330.35
HSL20º23.08%54.12%-
HSV(B)20º32.73%64.71%-
XYZ26.2424.8518.45-
YUV137.71112.93147.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.74%
GREEN value IS 129 (50.78% from 255) = 31.85%
BLUE value IS 111 (43.75% from 255) = 27.41%
R=40.74%
G=31.85%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512911100.220.330.352023.0854.12
HexA5816F0162123141736
Octal2452011570264143242766
Binary101001011000000111011110101101000011000111010010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5816F; }

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

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

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

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

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

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

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

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