Html Css Color HEX #A5795D Medium Wood

📋 copy color: '#A5795D'

red 165 ◦ green 121 ◦ blue 93

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

Shades of Medium Wood #A5795D

Tints of Medium Wood #A5795D

RGB

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

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

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

R = 43.54%
G = 31.93%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5795D (or 0xA5795D) is known color: Medium Wood. HEX triplet: A5, 79 and 5D. RGB value is (165,121,93). Sum of RGB (Red+Green+Blue) = 165+121+93=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A5795D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5795D is #5A86A2. Grayscale: #838383. Windows color (decimal): -5932707 or 6125989. OLE color: 6125989.

HSL color Cylindrical-coordinate representation of color #A5795D: hue angle of 23.33º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5795D is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 121 93 -
CMYK 0 0.27 0.44 0.35
HSL 23.33º 0.29% 0.51% -
HSV(B) 23.33º 0.44% 0.65% -
XYZ 24.33 22.46 13.41 -
YUV 130.96 106.58 152.28 -
System Red Green Blue C M Y K H S L
Decimal 165 121 93 0 0.27 0.44 0.35 23.33 0.29 0.51
Hex A5 79 5D 0 1B 2C 23 17 1D 33
Octal 245 171 135 0 33 54 43 27 35 63
Binary 10100101 1111001 1011101 0 11011 101100 100011 10111 11101 110011

Color Harmonies of #A5795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5795D

Black with #A5795D

Text Example


Text Example

White with #A5795D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5795D; }

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

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

background-color css

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

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

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

border-color css

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

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

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