Html Css Color HEX #A5836E Medium Wood

📋 copy color: '#A5836E'

red 165 ◦ green 131 ◦ blue 110

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

Shades of Medium Wood #A5836E

Tints of Medium Wood #A5836E

RGB

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

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

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

R = 40.64%
G = 32.27%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5836E (or 0xA5836E) is known color: Medium Wood. HEX triplet: A5, 83 and 6E. RGB value is (165,131,110). Sum of RGB (Red+Green+Blue) = 165+131+110=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 165 - color contains mainly: red. Hex color #A5836E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5836E is #5A7C91. Grayscale: #8A8A8A. Windows color (decimal): -5930130 or 7242661. OLE color: 7242661.

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

Color convert

RGB 165 131 110 -
CMYK 0 0.21 0.33 0.35
HSL 22.91º 0.23% 0.54% -
HSV(B) 22.91º 0.33% 0.65% -
XYZ 26.45 25.36 18.25 -
YUV 138.77 111.76 146.71 -
System Red Green Blue C M Y K H S L
Decimal 165 131 110 0 0.21 0.33 0.35 22.91 0.23 0.54
Hex A5 83 6E 0 15 21 23 17 17 36
Octal 245 203 156 0 25 41 43 27 27 66
Binary 10100101 10000011 1101110 0 10101 100001 100011 10111 10111 110110

Color Harmonies of #A5836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5836E

Black with #A5836E

Text Example


Text Example

White with #A5836E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5836E; }

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

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

background-color css

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

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

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

border-color css

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

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

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