Html Css Color HEX #AC7D47 Muddy Waters

📋 copy color: '#AC7D47'

red 172 ◦ green 125 ◦ blue 71

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

Shades of Muddy Waters #AC7D47

Tints of Muddy Waters #AC7D47

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.97%

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

R = 46.74%
G = 33.97%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC7D47 (or 0xAC7D47) is known color: Muddy Waters. HEX triplet: AC, 7D and 47. RGB value is (172,125,71). Sum of RGB (Red+Green+Blue) = 172+125+71=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7D47 is #5382B8. Grayscale: #858585. Windows color (decimal): -5472953 or 4685228. OLE color: 4685228.

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

Color convert

RGB 172 125 71 -
CMYK 0 0.27 0.59 0.33
HSL 32.08º 0.42% 0.48% -
HSV(B) 32.08º 0.59% 0.67% -
XYZ 25.48 23.89 9.23 -
YUV 132.9 93.07 155.89 -
System Red Green Blue C M Y K H S L
Decimal 172 125 71 0 0.27 0.59 0.33 32.08 0.42 0.48
Hex AC 7D 47 0 1B 3B 21 20 2A 30
Octal 254 175 107 0 33 73 41 40 52 60
Binary 10101100 1111101 1000111 0 11011 111011 100001 100000 101010 110000

Color Harmonies of #AC7D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D47

Black with #AC7D47

Text Example


Text Example

White with #AC7D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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