Html Css Color HEX #AC774C Muddy Waters

📋 copy color: '#AC774C'

red 172 ◦ green 119 ◦ blue 76

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

Shades of Muddy Waters #AC774C

Tints of Muddy Waters #AC774C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.71%

R = 46.87%
G = 32.43%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC774C (or 0xAC774C) is known color: Muddy Waters. HEX triplet: AC, 77 and 4C. RGB value is (172,119,76). Sum of RGB (Red+Green+Blue) = 172+119+76=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC774C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC774C is #5388B3. Grayscale: #828282. Windows color (decimal): -5474484 or 5011372. OLE color: 5011372.

HSL color Cylindrical-coordinate representation of color #AC774C: hue angle of 26.88º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC774C is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 119 76 -
CMYK 0 0.31 0.56 0.33
HSL 26.88º 0.39% 0.49% -
HSV(B) 26.88º 0.56% 0.67% -
XYZ 24.91 22.49 9.86 -
YUV 129.95 97.56 158 -
System Red Green Blue C M Y K H S L
Decimal 172 119 76 0 0.31 0.56 0.33 26.88 0.39 0.49
Hex AC 77 4C 0 1F 38 21 1B 27 31
Octal 254 167 114 0 37 70 41 33 47 61
Binary 10101100 1110111 1001100 0 11111 111000 100001 11011 100111 110001

Color Harmonies of #AC774C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC774C

Black with #AC774C

Text Example


Text Example

White with #AC774C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC774C; }

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

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

background-color css

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

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

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

border-color css

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

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

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