Html Css Color HEX #AC794E Muddy Waters

📋 copy color: '#AC794E'

red 172 ◦ green 121 ◦ blue 78

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

Shades of Muddy Waters #AC794E

Tints of Muddy Waters #AC794E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.02%

R = 46.36%
G = 32.61%
B = 21.02%

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

#AC794E (or 0xAC794E) is known color: Muddy Waters. HEX triplet: AC, 79 and 4E. RGB value is (172,121,78). Sum of RGB (Red+Green+Blue) = 172+121+78=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC794E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC794E is #5386B1. Grayscale: #838383. Windows color (decimal): -5473970 or 5142956. OLE color: 5142956.

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

Color convert

RGB 172 121 78 -
CMYK 0 0.30 0.55 0.33
HSL 27.45º 0.38% 0.49% -
HSV(B) 27.45º 0.55% 0.67% -
XYZ 25.23 23 10.32 -
YUV 131.35 97.9 157 -
System Red Green Blue C M Y K H S L
Decimal 172 121 78 0 0.30 0.55 0.33 27.45 0.38 0.49
Hex AC 79 4E 0 1E 37 21 1B 26 31
Octal 254 171 116 0 36 67 41 33 46 61
Binary 10101100 1111001 1001110 0 11110 110111 100001 11011 100110 110001

Color Harmonies of #AC794E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC794E

Black with #AC794E

Text Example


Text Example

White with #AC794E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC794E; }

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

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

background-color css

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

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

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

border-color css

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

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

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