Html Css Color HEX #A5826D Medium Wood

📋 copy color: '#A5826D'

red 165 ◦ green 130 ◦ blue 109

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

Shades of Medium Wood #A5826D

Tints of Medium Wood #A5826D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.18%

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

R = 40.84%
G = 32.18%
B = 26.98%

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

#A5826D (or 0xA5826D) is known color: Medium Wood. HEX triplet: A5, 82 and 6D. RGB value is (165,130,109). Sum of RGB (Red+Green+Blue) = 165+130+109=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A5826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5826D is #5A7D92. Grayscale: #8A8A8A. Windows color (decimal): -5930387 or 7176869. OLE color: 7176869.

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

Color convert

RGB 165 130 109 -
CMYK 0 0.21 0.34 0.35
HSL 22.5º 0.24% 0.54% -
HSV(B) 22.5º 0.34% 0.65% -
XYZ 26.26 25.07 17.92 -
YUV 138.07 111.6 147.21 -
System Red Green Blue C M Y K H S L
Decimal 165 130 109 0 0.21 0.34 0.35 22.5 0.24 0.54
Hex A5 82 6D 0 15 22 23 16 18 36
Octal 245 202 155 0 25 42 43 26 30 66
Binary 10100101 10000010 1101101 0 10101 100010 100011 10110 11000 110110

Color Harmonies of #A5826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5826D

Black with #A5826D

Text Example


Text Example

White with #A5826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5826D; }

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

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

background-color css

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

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

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

border-color css

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

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

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