Html Css Color HEX #AD794D Muddy Waters

📋 copy color: '#AD794D'

red 173 ◦ green 121 ◦ blue 77

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

Shades of Muddy Waters #AD794D

Tints of Muddy Waters #AD794D

RGB

 RED value IS 173 (67.97% from 255) = 46.63%

 GREEN value IS 121 (47.66% from 255) = 32.61%

 BLUE value IS 77 (30.47% from 255) = 20.75%

R = 46.63%
G = 32.61%
B = 20.75%

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

#AD794D (or 0xAD794D) is known color: Muddy Waters. HEX triplet: AD, 79 and 4D. RGB value is (173,121,77). Sum of RGB (Red+Green+Blue) = 173+121+77=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD794D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD794D is #5286B2. Grayscale: #838383. Windows color (decimal): -5408435 or 5077421. OLE color: 5077421.

HSL color Cylindrical-coordinate representation of color #AD794D: hue angle of 27.5º 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 #AD794D is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 121 77 -
CMYK 0 0.30 0.55 0.32
HSL 27.5º 0.38% 0.49% -
HSV(B) 27.5º 0.55% 0.68% -
XYZ 25.41 23.09 10.14 -
YUV 131.53 97.23 157.58 -
System Red Green Blue C M Y K H S L
Decimal 173 121 77 0 0.30 0.55 0.32 27.5 0.38 0.49
Hex AD 79 4D 0 1E 37 20 1C 26 31
Octal 255 171 115 0 36 67 40 34 46 61
Binary 10101101 1111001 1001101 0 11110 110111 100000 11100 100110 110001

Color Harmonies of #AD794D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD794D

Black with #AD794D

Text Example


Text Example

White with #AD794D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD794D; }

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

 H1.HeaderClassName
 {
   color: #AD794D;
 }
 .AnyTagClassName
 {
   color: #AD794D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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