Html Css Color HEX #A5836F Medium Wood

📋 copy color: '#A5836F'

red 165 ◦ green 131 ◦ blue 111

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

Shades of Medium Wood #A5836F

Tints of Medium Wood #A5836F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.27%

R = 40.54%
G = 32.19%
B = 27.27%

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

#A5836F (or 0xA5836F) is known color: Medium Wood. HEX triplet: A5, 83 and 6F. RGB value is (165,131,111). Sum of RGB (Red+Green+Blue) = 165+131+111=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A5836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5836F is #5A7C90. Grayscale: #8B8B8B. Windows color (decimal): -5930129 or 7308197. OLE color: 7308197.

HSL color Cylindrical-coordinate representation of color #A5836F: hue angle of 22.22º 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 #A5836F is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 131 111 -
CMYK 0 0.21 0.33 0.35
HSL 22.22º 0.23% 0.54% -
HSV(B) 22.22º 0.33% 0.65% -
XYZ 26.5 25.38 18.54 -
YUV 138.89 112.26 146.63 -
System Red Green Blue C M Y K H S L
Decimal 165 131 111 0 0.21 0.33 0.35 22.22 0.23 0.54
Hex A5 83 6F 0 15 21 23 16 17 36
Octal 245 203 157 0 25 41 43 26 27 66
Binary 10100101 10000011 1101111 0 10101 100001 100011 10110 10111 110110

Color Harmonies of #A5836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5836F

Black with #A5836F

Text Example


Text Example

White with #A5836F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5836F; }

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

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

background-color css

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

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

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

border-color css

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

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

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