Html Css Color HEX #AD794E Muddy Waters

📋 copy color: '#AD794E'

red 173 ◦ green 121 ◦ blue 78

#AD794E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Muddy Waters #AD794E

Tints of Muddy Waters #AD794E

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 value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD794E (or 0xAD794E) is known color: 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

RGB 173 121 78 -
CMYK 0 0.30 0.55 0.32
HSL 27.16º 0.38% 0.49% -
HSV(B) 27.16º 0.55% 0.68% -
XYZ 25.45 23.11 10.33 -
YUV 131.65 97.73 157.5 -
System Red Green Blue C M Y K H S L
Decimal 173 121 78 0 0.30 0.55 0.32 27.16 0.38 0.49
Hex AD 79 4E 0 1E 37 20 1B 26 31
Octal 255 171 116 0 36 67 40 33 46 61
Binary 10101101 1111001 1001110 0 11110 110111 100000 11011 100110 110001

Color Harmonies of #AD794E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD794E

Black with #AD794E

Text Example


Text Example

White with #AD794E

Text Example


Text Example

HTML Codes & Css Web 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>