Html Css Color HEX #A4836E Medium Wood

📋 copy color: '#A4836E'

red 164 ◦ green 131 ◦ blue 110

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

Shades of Medium Wood #A4836E

Tints of Medium Wood #A4836E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.16%

R = 40.49%
G = 32.35%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A4836E (or 0xA4836E) is known color: Medium Wood. HEX triplet: A4, 83 and 6E. RGB value is (164,131,110). Sum of RGB (Red+Green+Blue) = 164+131+110=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A4836E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4836E is #5B7C91. Grayscale: #8A8A8A. Windows color (decimal): -5995666 or 7242660. OLE color: 7242660.

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

Color convert

RGB 164 131 110 -
CMYK 0 0.20 0.33 0.36
HSL 23.33º 0.23% 0.54% -
HSV(B) 23.33º 0.33% 0.64% -
XYZ 26.24 25.25 18.24 -
YUV 138.47 111.93 146.21 -
System Red Green Blue C M Y K H S L
Decimal 164 131 110 0 0.20 0.33 0.36 23.33 0.23 0.54
Hex A4 83 6E 0 14 21 24 17 17 36
Octal 244 203 156 0 24 41 44 27 27 66
Binary 10100100 10000011 1101110 0 10100 100001 100100 10111 10111 110110

Color Harmonies of #A4836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4836E

Black with #A4836E

Text Example


Text Example

White with #A4836E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4836E; }

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

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

background-color css

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

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

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

border-color css

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

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

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