Html Css Color HEX #A3816D Medium Wood

📋 copy color: '#A3816D'

red 163 ◦ green 129 ◦ blue 109

#A3816D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Wood #A3816D

Tints of Medium Wood #A3816D

RGB

 RED value IS 163 (64.06% from 255) = 40.65%

 GREEN value IS 129 (50.78% from 255) = 32.17%

 BLUE value IS 109 (42.97% from 255) = 27.18%

R = 40.65%
G = 32.17%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A3816D (or 0xA3816D) is known color: Medium Wood. HEX triplet: A3, 81 and 6D. RGB value is (163,129,109). Sum of RGB (Red+Green+Blue) = 163+129+109=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A3816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3816D is #5C7E92. Grayscale: #898989. Windows color (decimal): -6061715 or 7176611. OLE color: 7176611.

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

Color convert

RGB 163 129 109 -
CMYK 0 0.21 0.33 0.36
HSL 22.22º 0.23% 0.53% -
HSV(B) 22.22º 0.33% 0.64% -
XYZ 25.71 24.59 17.86 -
YUV 136.89 112.26 146.63 -
System Red Green Blue C M Y K H S L
Decimal 163 129 109 0 0.21 0.33 0.36 22.22 0.23 0.53
Hex A3 81 6D 0 15 21 24 16 17 35
Octal 243 201 155 0 25 41 44 26 27 65
Binary 10100011 10000001 1101101 0 10101 100001 100100 10110 10111 110101

Color Harmonies of #A3816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3816D

Black with #A3816D

Text Example


Text Example

White with #A3816D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3816D; }

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

 H1.HeaderClassName
 {
   color: #A3816D;
 }
 .AnyTagClassName
 {
   color: #A3816D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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