Html Css Color HEX #A2795D Medium Wood

📋 copy color: '#A2795D'

red 162 ◦ green 121 ◦ blue 93

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

Shades of Medium Wood #A2795D

Tints of Medium Wood #A2795D

RGB

 RED value IS 162 (63.67% from 255) = 43.09%

 GREEN value IS 121 (47.66% from 255) = 32.18%

 BLUE value IS 93 (36.72% from 255) = 24.73%

R = 43.09%
G = 32.18%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A2795D (or 0xA2795D) is known color: Medium Wood. HEX triplet: A2, 79 and 5D. RGB value is (162,121,93). Sum of RGB (Red+Green+Blue) = 162+121+93=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A2795D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2795D is #5D86A2. Grayscale: #828282. Windows color (decimal): -6129315 or 6125986. OLE color: 6125986.

HSL color Cylindrical-coordinate representation of color #A2795D: hue angle of 24.35º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2795D is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 121 93 -
CMYK 0 0.25 0.43 0.36
HSL 24.35º 0.27% 0.5% -
HSV(B) 24.35º 0.43% 0.64% -
XYZ 23.71 22.15 13.38 -
YUV 130.07 107.08 150.78 -
System Red Green Blue C M Y K H S L
Decimal 162 121 93 0 0.25 0.43 0.36 24.35 0.27 0.5
Hex A2 79 5D 0 19 2B 24 18 1B 32
Octal 242 171 135 0 31 53 44 30 33 62
Binary 10100010 1111001 1011101 0 11001 101011 100100 11000 11011 110010

Color Harmonies of #A2795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2795D

Black with #A2795D

Text Example


Text Example

White with #A2795D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2795D; }

 p { color: rgb(162,121,93); }

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

background-color css

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

 a { background-color: rgb(162,121,93); }

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

border-color css

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

 span { border-color: rgb(162,121,93); }

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