#A3816A

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

Shades of Medium Wood #A3816A

Tints of Medium Wood #A3816A

Color information

#A3816A (or 0xA3816A) is unknown color: approx Medium Wood. HEX triplet: A3, 81 and 6A. RGB value is (163,129,106). Sum of RGB (Red+Green+Blue) = 163+129+106=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A3816A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3816A is #5C7E95. Grayscale: #888888. Windows color (decimal): -6061718 or 6980003. OLE color: 6980003.

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

Color convert

RGB163129106-
CMYK00.210.350.36
HSL24.21º23.65%52.75%-
HSV(B)24.21º34.97%63.92%-
XYZ25.5624.5317.02-
YUV136.54110.76146.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.95%
GREEN value IS 129 (50.78% from 255) = 32.41%
BLUE value IS 106 (41.80% from 255) = 26.63%
R=40.95%
G=32.41%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312910600.210.350.3624.2123.6552.75
HexA3816A0152324181835
Octal2432011520254344303065
Binary101000111000000111010100101011000111001001100011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3816A; }

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

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

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

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

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

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

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

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