Html Css Color HEX #AC774D Muddy Waters

📋 copy color: '#AC774D'

red 172 ◦ green 119 ◦ blue 77

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

Shades of Muddy Waters #AC774D

Tints of Muddy Waters #AC774D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.34%

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

R = 46.74%
G = 32.34%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC774D (or 0xAC774D) is known color: Muddy Waters. HEX triplet: AC, 77 and 4D. RGB value is (172,119,77). Sum of RGB (Red+Green+Blue) = 172+119+77=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC774D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC774D is #5388B2. Grayscale: #828282. Windows color (decimal): -5474483 or 5076908. OLE color: 5076908.

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

Color convert

RGB 172 119 77 -
CMYK 0 0.31 0.55 0.33
HSL 26.53º 0.38% 0.49% -
HSV(B) 26.53º 0.55% 0.67% -
XYZ 24.95 22.5 10.05 -
YUV 130.06 98.06 157.92 -
System Red Green Blue C M Y K H S L
Decimal 172 119 77 0 0.31 0.55 0.33 26.53 0.38 0.49
Hex AC 77 4D 0 1F 37 21 1B 26 31
Octal 254 167 115 0 37 67 41 33 46 61
Binary 10101100 1110111 1001101 0 11111 110111 100001 11011 100110 110001

Color Harmonies of #AC774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC774D

Black with #AC774D

Text Example


Text Example

White with #AC774D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC774D; }

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

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

background-color css

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

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

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

border-color css

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

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

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