Html Css Color HEX #A5826E Medium Wood

📋 copy color: '#A5826E'

red 165 ◦ green 130 ◦ blue 110

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

Shades of Medium Wood #A5826E

Tints of Medium Wood #A5826E

RGB

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

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

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

R = 40.74%
G = 32.1%
B = 27.16%

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

#A5826E (or 0xA5826E) is known color: Medium Wood. HEX triplet: A5, 82 and 6E. RGB value is (165,130,110). Sum of RGB (Red+Green+Blue) = 165+130+110=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 165 - color contains mainly: red. Hex color #A5826E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5826E is #5A7D91. Grayscale: #8A8A8A. Windows color (decimal): -5930386 or 7242405. OLE color: 7242405.

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

Color convert

RGB 165 130 110 -
CMYK 0 0.21 0.33 0.35
HSL 21.82º 0.23% 0.54% -
HSV(B) 21.82º 0.33% 0.65% -
XYZ 26.31 25.09 18.21 -
YUV 138.19 112.1 147.13 -
System Red Green Blue C M Y K H S L
Decimal 165 130 110 0 0.21 0.33 0.35 21.82 0.23 0.54
Hex A5 82 6E 0 15 21 23 16 17 36
Octal 245 202 156 0 25 41 43 26 27 66
Binary 10100101 10000010 1101110 0 10101 100001 100011 10110 10111 110110

Color Harmonies of #A5826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5826E

Black with #A5826E

Text Example


Text Example

White with #A5826E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5826E; }

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

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

background-color css

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

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

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

border-color css

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

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

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