Html Css Color HEX #AC784A Muddy Waters

📋 copy color: '#AC784A'

red 172 ◦ green 120 ◦ blue 74

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

Shades of Muddy Waters #AC784A

Tints of Muddy Waters #AC784A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.79%

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

R = 46.99%
G = 32.79%
B = 20.22%

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

#AC784A (or 0xAC784A) is known color: Muddy Waters. HEX triplet: AC, 78 and 4A. RGB value is (172,120,74). Sum of RGB (Red+Green+Blue) = 172+120+74=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC784A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC784A is #5387B5. Grayscale: #828282. Windows color (decimal): -5474230 or 4880556. OLE color: 4880556.

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

Color convert

RGB 172 120 74 -
CMYK 0 0.30 0.57 0.33
HSL 28.16º 0.4% 0.48% -
HSV(B) 28.16º 0.57% 0.67% -
XYZ 24.97 22.7 9.54 -
YUV 130.3 96.23 157.74 -
System Red Green Blue C M Y K H S L
Decimal 172 120 74 0 0.30 0.57 0.33 28.16 0.4 0.48
Hex AC 78 4A 0 1E 39 21 1C 28 30
Octal 254 170 112 0 36 71 41 34 50 60
Binary 10101100 1111000 1001010 0 11110 111001 100001 11100 101000 110000

Color Harmonies of #AC784A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC784A

Black with #AC784A

Text Example


Text Example

White with #AC784A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC784A; }

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

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

background-color css

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

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

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

border-color css

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

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

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