Html Css Color HEX #A4836D Medium Wood

📋 copy color: '#A4836D'

red 164 ◦ green 131 ◦ blue 109

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

Shades of Medium Wood #A4836D

Tints of Medium Wood #A4836D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.43%

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

R = 40.59%
G = 32.43%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4836D (or 0xA4836D) is known color: Medium Wood. HEX triplet: A4, 83 and 6D. RGB value is (164,131,109). Sum of RGB (Red+Green+Blue) = 164+131+109=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A4836D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4836D is #5B7C92. Grayscale: #8A8A8A. Windows color (decimal): -5995667 or 7177124. OLE color: 7177124.

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

Color convert

RGB 164 131 109 -
CMYK 0 0.20 0.34 0.36
HSL 24º 0.23% 0.54% -
HSV(B) 24º 0.34% 0.64% -
XYZ 26.19 25.23 17.96 -
YUV 138.36 111.43 146.29 -
System Red Green Blue C M Y K H S L
Decimal 164 131 109 0 0.20 0.34 0.36 24 0.23 0.54
Hex A4 83 6D 0 14 22 24 18 17 36
Octal 244 203 155 0 24 42 44 30 27 66
Binary 10100100 10000011 1101101 0 10100 100010 100100 11000 10111 110110

Color Harmonies of #A4836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4836D

Black with #A4836D

Text Example


Text Example

White with #A4836D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4836D; }

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

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

background-color css

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

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

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

border-color css

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

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

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