Html Css Color HEX #A4836B Medium Wood

📋 copy color: '#A4836B'

red 164 ◦ green 131 ◦ blue 107

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

Shades of Medium Wood #A4836B

Tints of Medium Wood #A4836B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.62%

R = 40.8%
G = 32.59%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A4836B (or 0xA4836B) is known color: Medium Wood. HEX triplet: A4, 83 and 6B. RGB value is (164,131,107). Sum of RGB (Red+Green+Blue) = 164+131+107=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A4836B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4836B is #5B7C94. Grayscale: #8A8A8A. Windows color (decimal): -5995669 or 7046052. OLE color: 7046052.

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

Color convert

RGB 164 131 107 -
CMYK 0 0.20 0.35 0.36
HSL 25.26º 0.24% 0.53% -
HSV(B) 25.26º 0.35% 0.64% -
XYZ 26.08 25.19 17.4 -
YUV 138.13 110.43 146.45 -
System Red Green Blue C M Y K H S L
Decimal 164 131 107 0 0.20 0.35 0.36 25.26 0.24 0.53
Hex A4 83 6B 0 14 23 24 19 18 35
Octal 244 203 153 0 24 43 44 31 30 65
Binary 10100100 10000011 1101011 0 10100 100011 100100 11001 11000 110101

Color Harmonies of #A4836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4836B

Black with #A4836B

Text Example


Text Example

White with #A4836B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4836B; }

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

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

background-color css

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

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

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

border-color css

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

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

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