Html Css Color HEX #A5836D Medium Wood

📋 copy color: '#A5836D'

red 165 ◦ green 131 ◦ blue 109

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

Shades of Medium Wood #A5836D

Tints of Medium Wood #A5836D

RGB

 RED value IS 165 (64.84% from 255) = 40.74%

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

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

R = 40.74%
G = 32.35%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A5836D (or 0xA5836D) is known color: Medium Wood. HEX triplet: A5, 83 and 6D. RGB value is (165,131,109). Sum of RGB (Red+Green+Blue) = 165+131+109=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 165 - color contains mainly: red. Hex color #A5836D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5836D is #5A7C92. Grayscale: #8A8A8A. Windows color (decimal): -5930131 or 7177125. OLE color: 7177125.

HSL color Cylindrical-coordinate representation of color #A5836D: hue angle of 23.57º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5836D is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 131 109 -
CMYK 0 0.21 0.34 0.35
HSL 23.57º 0.24% 0.54% -
HSV(B) 23.57º 0.34% 0.65% -
XYZ 26.39 25.34 17.97 -
YUV 138.66 111.26 146.79 -
System Red Green Blue C M Y K H S L
Decimal 165 131 109 0 0.21 0.34 0.35 23.57 0.24 0.54
Hex A5 83 6D 0 15 22 23 18 18 36
Octal 245 203 155 0 25 42 43 30 30 66
Binary 10100101 10000011 1101101 0 10101 100010 100011 11000 11000 110110

Color Harmonies of #A5836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5836D

Black with #A5836D

Text Example


Text Example

White with #A5836D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5836D; }

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

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

background-color css

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

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

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

border-color css

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

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

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