Html Css Color HEX #A5795B Medium Wood

📋 copy color: '#A5795B'

red 165 ◦ green 121 ◦ blue 91

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

Shades of Medium Wood #A5795B

Tints of Medium Wood #A5795B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.14%

R = 43.77%
G = 32.1%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5795B (or 0xA5795B) is known color: Medium Wood. HEX triplet: A5, 79 and 5B. RGB value is (165,121,91). Sum of RGB (Red+Green+Blue) = 165+121+91=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A5795B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5795B is #5A86A4. Grayscale: #828282. Windows color (decimal): -5932709 or 5994917. OLE color: 5994917.

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

Color convert

RGB 165 121 91 -
CMYK 0 0.27 0.45 0.35
HSL 24.32º 0.29% 0.5% -
HSV(B) 24.32º 0.45% 0.65% -
XYZ 24.24 22.43 12.95 -
YUV 130.74 105.58 152.44 -
System Red Green Blue C M Y K H S L
Decimal 165 121 91 0 0.27 0.45 0.35 24.32 0.29 0.5
Hex A5 79 5B 0 1B 2D 23 18 1D 32
Octal 245 171 133 0 33 55 43 30 35 62
Binary 10100101 1111001 1011011 0 11011 101101 100011 11000 11101 110010

Color Harmonies of #A5795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5795B

Black with #A5795B

Text Example


Text Example

White with #A5795B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5795B; }

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

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

background-color css

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

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

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

border-color css

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

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

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