#A4795F

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

Shades of Medium Wood #A4795F

Tints of Medium Wood #A4795F

Color information

#A4795F (or 0xA4795F) is unknown color: approx Medium Wood. HEX triplet: A4, 79 and 5F. RGB value is (164,121,95). Sum of RGB (Red+Green+Blue) = 164+121+95=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A4795F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4795F is #5B86A0. Grayscale: #838383. Windows color (decimal): -5998241 or 6257060. OLE color: 6257060.

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

Color convert

RGB16412195-
CMYK00.260.420.36
HSL22.61º27.49%50.78%-
HSV(B)22.61º42.07%64.31%-
XYZ24.2122.3913.87-
YUV130.89107.75151.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.16%
GREEN value IS 121 (47.66% from 255) = 31.84%
BLUE value IS 95 (37.5% from 255) = 25%
R=43.16%
G=31.84%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641219500.260.420.3622.6127.4950.78
HexA4795F01A2A24171b33
Octal2441711370325244273363
Binary10100100111100110111110110101010101001001011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4795F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4795F; }

 p { color: rgb(164,121,95); }

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

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

 a { background-color: rgb(164,121,95); }

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

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

 span { border-color: rgb(164,121,95); }

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