#A4785D

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

Shades of Medium Wood #A4785D

Tints of Medium Wood #A4785D

Color information

#A4785D (or 0xA4785D) is unknown color: approx Medium Wood. HEX triplet: A4, 78 and 5D. RGB value is (164,120,93). Sum of RGB (Red+Green+Blue) = 164+120+93=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A4785D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4785D is #5B87A2. Grayscale: #828282. Windows color (decimal): -5998499 or 6125732. OLE color: 6125732.

HSL color Cylindrical-coordinate representation of color #A4785D: hue angle of 22.82º degrees, saturation: 0.28, 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 #A4785D is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB16412093-
CMYK00.270.430.36
HSL22.82º28.06%50.39%-
HSV(B)22.82º43.29%64.31%-
XYZ2422.1213.36-
YUV130.08107.08152.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.50%
GREEN value IS 120 (47.27% from 255) = 31.83%
BLUE value IS 93 (36.72% from 255) = 24.67%
R=43.50%
G=31.83%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641209300.270.430.3622.8228.0650.39
HexA4785D01B2B24171c32
Octal2441701350335344273462
Binary10100100111100010111010110111010111001001011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4785D; }

 p { color: rgb(164,120,93); }

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

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

 a { background-color: rgb(164,120,93); }

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

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

 span { border-color: rgb(164,120,93); }

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