Html Css Color HEX #A3806D Medium Wood

📋 copy color: '#A3806D'

red 163 ◦ green 128 ◦ blue 109

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

Shades of Medium Wood #A3806D

Tints of Medium Wood #A3806D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32%

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

R = 40.75%
G = 32%
B = 27.25%

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

#A3806D (or 0xA3806D) is known color: Medium Wood. HEX triplet: A3, 80 and 6D. RGB value is (163,128,109). Sum of RGB (Red+Green+Blue) = 163+128+109=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 163 - color contains mainly: red. Hex color #A3806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3806D is #5C7F92. Grayscale: #888888. Windows color (decimal): -6061971 or 7176355. OLE color: 7176355.

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

Color convert

RGB 163 128 109 -
CMYK 0 0.21 0.33 0.36
HSL 21.11º 0.23% 0.53% -
HSV(B) 21.11º 0.33% 0.64% -
XYZ 25.58 24.33 17.82 -
YUV 136.3 112.6 147.04 -
System Red Green Blue C M Y K H S L
Decimal 163 128 109 0 0.21 0.33 0.36 21.11 0.23 0.53
Hex A3 80 6D 0 15 21 24 15 17 35
Octal 243 200 155 0 25 41 44 25 27 65
Binary 10100011 10000000 1101101 0 10101 100001 100100 10101 10111 110101

Color Harmonies of #A3806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3806D

Black with #A3806D

Text Example


Text Example

White with #A3806D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3806D; }

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

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

background-color css

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

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

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

border-color css

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

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

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