#A3816F

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

Shades of Medium Wood #A3816F

Tints of Medium Wood #A3816F

Color information

#A3816F (or 0xA3816F) is unknown color: approx Medium Wood. HEX triplet: A3, 81 and 6F. RGB value is (163,129,111). Sum of RGB (Red+Green+Blue) = 163+129+111=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A3816F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3816F is #5C7E90. Grayscale: #898989. Windows color (decimal): -6061713 or 7307683. OLE color: 7307683.

HSL color Cylindrical-coordinate representation of color #A3816F: hue angle of 20.77º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3816F is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB163129111-
CMYK00.210.320.36
HSL20.77º22.03%53.73%-
HSV(B)20.77º31.9%63.92%-
XYZ25.8224.6318.43-
YUV137.11113.26146.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.45%
GREEN value IS 129 (50.78% from 255) = 32.01%
BLUE value IS 111 (43.75% from 255) = 27.54%
R=40.45%
G=32.01%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312911100.210.320.3620.7722.0353.73
HexA3816F0152024151636
Octal2432011570254044252666
Binary101000111000000111011110101011000001001001010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3816F; }

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

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

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

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

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

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

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

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