Html Css Color HEX #AD794C Muddy Waters

📋 copy color: '#AD794C'

red 173 ◦ green 121 ◦ blue 76

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

Shades of Muddy Waters #AD794C

Tints of Muddy Waters #AD794C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.54%

R = 46.76%
G = 32.7%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD794C (or 0xAD794C) is known color: Muddy Waters. HEX triplet: AD, 79 and 4C. RGB value is (173,121,76). Sum of RGB (Red+Green+Blue) = 173+121+76=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD794C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD794C is #5286B3. Grayscale: #838383. Windows color (decimal): -5408436 or 5011885. OLE color: 5011885.

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

Color convert

RGB 173 121 76 -
CMYK 0 0.30 0.56 0.32
HSL 27.84º 0.39% 0.49% -
HSV(B) 27.84º 0.56% 0.68% -
XYZ 25.38 23.08 9.96 -
YUV 131.42 96.73 157.66 -
System Red Green Blue C M Y K H S L
Decimal 173 121 76 0 0.30 0.56 0.32 27.84 0.39 0.49
Hex AD 79 4C 0 1E 38 20 1C 27 31
Octal 255 171 114 0 36 70 40 34 47 61
Binary 10101101 1111001 1001100 0 11110 111000 100000 11100 100111 110001

Color Harmonies of #AD794C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD794C

Black with #AD794C

Text Example


Text Example

White with #AD794C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD794C; }

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

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

background-color css

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

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

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

border-color css

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

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

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