Html Css Color HEX #AC794A Muddy Waters

📋 copy color: '#AC794A'

red 172 ◦ green 121 ◦ blue 74

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

Shades of Muddy Waters #AC794A

Tints of Muddy Waters #AC794A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.16%

R = 46.87%
G = 32.97%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AC794A (or 0xAC794A) is known color: Muddy Waters. HEX triplet: AC, 79 and 4A. RGB value is (172,121,74). Sum of RGB (Red+Green+Blue) = 172+121+74=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC794A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC794A is #5386B5. Grayscale: #838383. Windows color (decimal): -5473974 or 4880812. OLE color: 4880812.

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

Color convert

RGB 172 121 74 -
CMYK 0 0.30 0.57 0.33
HSL 28.78º 0.4% 0.48% -
HSV(B) 28.78º 0.57% 0.67% -
XYZ 25.09 22.94 9.58 -
YUV 130.89 95.9 157.32 -
System Red Green Blue C M Y K H S L
Decimal 172 121 74 0 0.30 0.57 0.33 28.78 0.4 0.48
Hex AC 79 4A 0 1E 39 21 1D 28 30
Octal 254 171 112 0 36 71 41 35 50 60
Binary 10101100 1111001 1001010 0 11110 111001 100001 11101 101000 110000

Color Harmonies of #AC794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC794A

Black with #AC794A

Text Example


Text Example

White with #AC794A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC794A; }

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

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

background-color css

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

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

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

border-color css

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

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

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