#A8795D

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

Shades of Medium Wood #A8795D

Tints of Medium Wood #A8795D

Color information

#A8795D (or 0xA8795D) is unknown color: approx Medium Wood. HEX triplet: A8, 79 and 5D. RGB value is (168,121,93). Sum of RGB (Red+Green+Blue) = 168+121+93=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A8795D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8795D is #5786A2. Grayscale: #848484. Windows color (decimal): -5736099 or 6125992. OLE color: 6125992.

HSL color Cylindrical-coordinate representation of color #A8795D: hue angle of 22.4º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8795D is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB16812193-
CMYK00.280.450.34
HSL22.4º30.12%51.18%-
HSV(B)22.4º44.64%65.88%-
XYZ24.9622.7913.44-
YUV131.86106.07153.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.98%
GREEN value IS 121 (47.66% from 255) = 31.68%
BLUE value IS 93 (36.72% from 255) = 24.35%
R=43.98%
G=31.68%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681219300.280.450.3422.430.1251.18
HexA8795D01C2D22161e33
Octal2501711350345542263663
Binary10101000111100110111010111001011011000101011011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8795D; }

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

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

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

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

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

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

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

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