Html Css Color HEX #AD794B Muddy Waters

📋 copy color: '#AD794B'

red 173 ◦ green 121 ◦ blue 75

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

Shades of Muddy Waters #AD794B

Tints of Muddy Waters #AD794B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.33%

R = 46.88%
G = 32.79%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD794B (or 0xAD794B) is known color: Muddy Waters. HEX triplet: AD, 79 and 4B. RGB value is (173,121,75). Sum of RGB (Red+Green+Blue) = 173+121+75=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD794B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD794B is #5286B4. Grayscale: #838383. Windows color (decimal): -5408437 or 4946349. OLE color: 4946349.

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

Color convert

RGB 173 121 75 -
CMYK 0 0.30 0.57 0.32
HSL 28.16º 0.4% 0.49% -
HSV(B) 28.16º 0.57% 0.68% -
XYZ 25.34 23.07 9.77 -
YUV 131.3 96.23 157.74 -
System Red Green Blue C M Y K H S L
Decimal 173 121 75 0 0.30 0.57 0.32 28.16 0.4 0.49
Hex AD 79 4B 0 1E 39 20 1C 28 31
Octal 255 171 113 0 36 71 40 34 50 61
Binary 10101101 1111001 1001011 0 11110 111001 100000 11100 101000 110001

Color Harmonies of #AD794B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD794B

Black with #AD794B

Text Example


Text Example

White with #AD794B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD794B; }

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

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

background-color css

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

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

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

border-color css

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

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

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