Html Css Color HEX #AC794D Muddy Waters

📋 copy color: '#AC794D'

red 172 ◦ green 121 ◦ blue 77

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

Shades of Muddy Waters #AC794D

Tints of Muddy Waters #AC794D

RGB

 RED value IS 172 (67.58% from 255) = 46.49%

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

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

R = 46.49%
G = 32.7%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC794D (or 0xAC794D) is known color: Muddy Waters. HEX triplet: AC, 79 and 4D. RGB value is (172,121,77). Sum of RGB (Red+Green+Blue) = 172+121+77=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC794D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC794D is #5386B2. Grayscale: #838383. Windows color (decimal): -5473971 or 5077420. OLE color: 5077420.

HSL color Cylindrical-coordinate representation of color #AC794D: hue angle of 27.79º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC794D is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 121 77 -
CMYK 0 0.30 0.55 0.33
HSL 27.79º 0.38% 0.49% -
HSV(B) 27.79º 0.55% 0.67% -
XYZ 25.19 22.98 10.13 -
YUV 131.23 97.4 157.08 -
System Red Green Blue C M Y K H S L
Decimal 172 121 77 0 0.30 0.55 0.33 27.79 0.38 0.49
Hex AC 79 4D 0 1E 37 21 1C 26 31
Octal 254 171 115 0 36 67 41 34 46 61
Binary 10101100 1111001 1001101 0 11110 110111 100001 11100 100110 110001

Color Harmonies of #AC794D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC794D

Black with #AC794D

Text Example


Text Example

White with #AC794D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC794D; }

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

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

background-color css

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

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

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

border-color css

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

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

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