Html Css Color HEX #AC7947 Muddy Waters

📋 copy color: '#AC7947'

red 172 ◦ green 121 ◦ blue 71

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

Shades of Muddy Waters #AC7947

Tints of Muddy Waters #AC7947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.51%

R = 47.25%
G = 33.24%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC7947 (or 0xAC7947) is known color: Muddy Waters. HEX triplet: AC, 79 and 47. RGB value is (172,121,71). Sum of RGB (Red+Green+Blue) = 172+121+71=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 71 (28.12% from 255 or 19.51% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7947 is #5386B8. Grayscale: #828282. Windows color (decimal): -5473977 or 4684204. OLE color: 4684204.

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

Color convert

RGB 172 121 71 -
CMYK 0 0.30 0.59 0.33
HSL 29.7º 0.42% 0.48% -
HSV(B) 29.7º 0.59% 0.67% -
XYZ 24.99 22.9 9.06 -
YUV 130.55 94.4 157.57 -
System Red Green Blue C M Y K H S L
Decimal 172 121 71 0 0.30 0.59 0.33 29.7 0.42 0.48
Hex AC 79 47 0 1E 3B 21 1E 2A 30
Octal 254 171 107 0 36 73 41 36 52 60
Binary 10101100 1111001 1000111 0 11110 111011 100001 11110 101010 110000

Color Harmonies of #AC7947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7947

Black with #AC7947

Text Example


Text Example

White with #AC7947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7947; }

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

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

background-color css

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

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

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

border-color css

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

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

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