#A3816C

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

Shades of Medium Wood #A3816C

Tints of Medium Wood #A3816C

Color information

#A3816C (or 0xA3816C) is unknown color: approx Medium Wood. HEX triplet: A3, 81 and 6C. RGB value is (163,129,108). Sum of RGB (Red+Green+Blue) = 163+129+108=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 163 - color contains mainly: red. Hex color #A3816C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3816C is #5C7E93. Grayscale: #888888. Windows color (decimal): -6061716 or 7111075. OLE color: 7111075.

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

Color convert

RGB163129108-
CMYK00.210.340.36
HSL22.91º23.01%53.14%-
HSV(B)22.91º33.74%63.92%-
XYZ25.6624.5717.58-
YUV136.77111.76146.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.75%
GREEN value IS 129 (50.78% from 255) = 32.25%
BLUE value IS 108 (42.58% from 255) = 27%
R=40.75%
G=32.25%
B=27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312910800.210.340.3622.9123.0153.14
HexA3816C0152224171735
Octal2432011540254244272765
Binary101000111000000111011000101011000101001001011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3816C; }

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

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

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

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

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

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

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

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