#A5795E

Color #A5795E Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #A5795E

Tints of Medium Wood #A5795E

Color information

#A5795E (or 0xA5795E) is unknown color: approx Medium Wood. HEX triplet: A5, 79 and 5E. RGB value is (165,121,94). Sum of RGB (Red+Green+Blue) = 165+121+94=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 165 - color contains mainly: red. Hex color #A5795E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5795E is #5A86A1. Grayscale: #838383. Windows color (decimal): -5932706 or 6191525. OLE color: 6191525.

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

Color convert

RGB16512194-
CMYK00.270.430.35
HSL22.82º28.29%50.78%-
HSV(B)22.82º43.03%64.71%-
XYZ24.3722.4813.64-
YUV131.08107.08152.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.42%
GREEN value IS 121 (47.66% from 255) = 31.84%
BLUE value IS 94 (37.11% from 255) = 24.74%
R=43.42%
G=31.84%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651219400.270.430.3522.8228.2950.78
HexA5795E01B2B23171c33
Octal2451711360335343273463
Binary10100101111100110111100110111010111000111011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5795E; }

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

 H1.HeaderClassName
 {
   color: #A5795E;
 }
 .AnyTagClassName
 {
   color: #A5795E;
 }
</style>
background-color css

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

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

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

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

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

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