#AD794E

Color #AD794E Muddy Waters (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muddy Waters #AD794E

Tints of Muddy Waters #AD794E

Color information

#AD794E (or 0xAD794E) is unknown color: approx Muddy Waters. HEX triplet: AD, 79 and 4E. RGB value is (173,121,78). Sum of RGB (Red+Green+Blue) = 173+121+78=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 78 (30.86% from 255 or 20.97% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD794E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD794E is #5286B1. Grayscale: #838383. Windows color (decimal): -5408434 or 5142957. OLE color: 5142957.

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

Color convert

RGB17312178-
CMYK00.300.550.32
HSL27.16º37.85%49.22%-
HSV(B)27.16º54.91%67.84%-
XYZ25.4523.1110.33-
YUV131.6597.73157.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.51%
GREEN value IS 121 (47.66% from 255) = 32.53%
BLUE value IS 78 (30.86% from 255) = 20.97%
R=46.51%
G=32.53%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731217800.300.550.3227.1637.8549.22
HexAD794E01E37201b2631
Octal2551711160366740334661
Binary101011011111001100111001111011011110000011011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD794E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD794E; }

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

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

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

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

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

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

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

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