Html Css Color HEX #A4806D Medium Wood

📋 copy color: '#A4806D'

red 164 ◦ green 128 ◦ blue 109

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

Shades of Medium Wood #A4806D

Tints of Medium Wood #A4806D

RGB

 RED value IS 164 (64.45% from 255) = 40.9%

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

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

R = 40.9%
G = 31.92%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4806D (or 0xA4806D) is known color: Medium Wood. HEX triplet: A4, 80 and 6D. RGB value is (164,128,109). Sum of RGB (Red+Green+Blue) = 164+128+109=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A4806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4806D is #5B7F92. Grayscale: #888888. Windows color (decimal): -5996435 or 7176356. OLE color: 7176356.

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

Color convert

RGB 164 128 109 -
CMYK 0 0.22 0.34 0.36
HSL 20.73º 0.23% 0.54% -
HSV(B) 20.73º 0.34% 0.64% -
XYZ 25.79 24.43 17.83 -
YUV 136.6 112.43 147.54 -
System Red Green Blue C M Y K H S L
Decimal 164 128 109 0 0.22 0.34 0.36 20.73 0.23 0.54
Hex A4 80 6D 0 16 22 24 15 17 36
Octal 244 200 155 0 26 42 44 25 27 66
Binary 10100100 10000000 1101101 0 10110 100010 100100 10101 10111 110110

Color Harmonies of #A4806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4806D

Black with #A4806D

Text Example


Text Example

White with #A4806D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4806D; }

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

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

background-color css

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

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

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

border-color css

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

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

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