Html Css Color HEX #AC7949 Muddy Waters

📋 copy color: '#AC7949'

red 172 ◦ green 121 ◦ blue 73

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

Shades of Muddy Waters #AC7949

Tints of Muddy Waters #AC7949

RGB

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

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

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

R = 46.99%
G = 33.06%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC7949 (or 0xAC7949) is known color: Muddy Waters. HEX triplet: AC, 79 and 49. RGB value is (172,121,73). Sum of RGB (Red+Green+Blue) = 172+121+73=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7949 is #5386B6. Grayscale: #838383. Windows color (decimal): -5473975 or 4815276. OLE color: 4815276.

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

Color convert

RGB 172 121 73 -
CMYK 0 0.30 0.58 0.33
HSL 29.09º 0.4% 0.48% -
HSV(B) 29.09º 0.58% 0.67% -
XYZ 25.05 22.93 9.41 -
YUV 130.78 95.4 157.4 -
System Red Green Blue C M Y K H S L
Decimal 172 121 73 0 0.30 0.58 0.33 29.09 0.4 0.48
Hex AC 79 49 0 1E 3A 21 1D 28 30
Octal 254 171 111 0 36 72 41 35 50 60
Binary 10101100 1111001 1001001 0 11110 111010 100001 11101 101000 110000

Color Harmonies of #AC7949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7949

Black with #AC7949

Text Example


Text Example

White with #AC7949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7949; }

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

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

background-color css

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

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

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

border-color css

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

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

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