Html Css Color HEX #AD794F Muddy Waters

📋 copy color: '#AD794F'

red 173 ◦ green 121 ◦ blue 79

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

Shades of Muddy Waters #AD794F

Tints of Muddy Waters #AD794F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.18%

R = 46.38%
G = 32.44%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD794F (or 0xAD794F) is known color: Muddy Waters. HEX triplet: AD, 79 and 4F. RGB value is (173,121,79). Sum of RGB (Red+Green+Blue) = 173+121+79=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 79 (31.25% from 255 or 21.18% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD794F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD794F is #5286B0. Grayscale: #838383. Windows color (decimal): -5408433 or 5208493. OLE color: 5208493.

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

Color convert

RGB 173 121 79 -
CMYK 0 0.30 0.54 0.32
HSL 26.81º 0.37% 0.49% -
HSV(B) 26.81º 0.54% 0.68% -
XYZ 25.48 23.12 10.52 -
YUV 131.76 98.23 157.42 -
System Red Green Blue C M Y K H S L
Decimal 173 121 79 0 0.30 0.54 0.32 26.81 0.37 0.49
Hex AD 79 4F 0 1E 36 20 1B 25 31
Octal 255 171 117 0 36 66 40 33 45 61
Binary 10101101 1111001 1001111 0 11110 110110 100000 11011 100101 110001

Color Harmonies of #AD794F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD794F

Black with #AD794F

Text Example


Text Example

White with #AD794F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD794F; }

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

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

background-color css

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

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

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

border-color css

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

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

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