#AD795C

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

Shades of Medium Wood #AD795C

Tints of Medium Wood #AD795C

Color information

#AD795C (or 0xAD795C) is unknown color: approx Medium Wood. HEX triplet: AD, 79 and 5C. RGB value is (173,121,92). Sum of RGB (Red+Green+Blue) = 173+121+92=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD795C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD795C is #5286A3. Grayscale: #858585. Windows color (decimal): -5408420 or 6060461. OLE color: 6060461.

HSL color Cylindrical-coordinate representation of color #AD795C: hue angle of 21.48º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD795C is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB17312192-
CMYK00.300.470.32
HSL21.48º33.06%51.96%-
HSV(B)21.48º46.82%67.84%-
XYZ2623.3313.26-
YUV133.24104.73156.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.82%
GREEN value IS 121 (47.66% from 255) = 31.35%
BLUE value IS 92 (36.33% from 255) = 23.83%
R=44.82%
G=31.35%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731219200.300.470.3221.4833.0651.96
HexAD795C01E2F20152134
Octal2551711340365740254164
Binary101011011111001101110001111010111110000010101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD795C; }

 p { color: rgb(173,121,92); }

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

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

 a { background-color: rgb(173,121,92); }

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

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

 span { border-color: rgb(173,121,92); }

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