Html Css Color HEX #AC7C49 Muddy Waters

📋 copy color: '#AC7C49'

red 172 ◦ green 124 ◦ blue 73

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

Shades of Muddy Waters #AC7C49

Tints of Muddy Waters #AC7C49

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.6%

 BLUE value IS 73 (28.91% from 255) = 19.78%

R = 46.61%
G = 33.6%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC7C49 (or 0xAC7C49) is known color: Muddy Waters. HEX triplet: AC, 7C and 49. RGB value is (172,124,73). Sum of RGB (Red+Green+Blue) = 172+124+73=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7C49 is #5383B6. Grayscale: #848484. Windows color (decimal): -5473207 or 4816044. OLE color: 4816044.

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

Color convert

RGB 172 124 73 -
CMYK 0 0.28 0.58 0.33
HSL 30.91º 0.4% 0.48% -
HSV(B) 30.91º 0.58% 0.67% -
XYZ 25.42 23.67 9.53 -
YUV 132.54 94.4 156.15 -
System Red Green Blue C M Y K H S L
Decimal 172 124 73 0 0.28 0.58 0.33 30.91 0.4 0.48
Hex AC 7C 49 0 1C 3A 21 1F 28 30
Octal 254 174 111 0 34 72 41 37 50 60
Binary 10101100 1111100 1001001 0 11100 111010 100001 11111 101000 110000

Color Harmonies of #AC7C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7C49

Black with #AC7C49

Text Example


Text Example

White with #AC7C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7C49; }

 p { color: rgb(172,124,73); }

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

background-color css

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

 a { background-color: rgb(172,124,73); }

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

border-color css

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

 span { border-color: rgb(172,124,73); }

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