Html Css Color HEX #AC7C47 Muddy Waters

📋 copy color: '#AC7C47'

red 172 ◦ green 124 ◦ blue 71

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

Shades of Muddy Waters #AC7C47

Tints of Muddy Waters #AC7C47

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.79%

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

R = 46.87%
G = 33.79%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC7C47 (or 0xAC7C47) is known color: Muddy Waters. HEX triplet: AC, 7C and 47. RGB value is (172,124,71). Sum of RGB (Red+Green+Blue) = 172+124+71=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7C47 is #5383B8. Grayscale: #848484. Windows color (decimal): -5473209 or 4684972. OLE color: 4684972.

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

Color convert

RGB 172 124 71 -
CMYK 0 0.28 0.59 0.33
HSL 31.49º 0.42% 0.48% -
HSV(B) 31.49º 0.59% 0.67% -
XYZ 25.36 23.64 9.19 -
YUV 132.31 93.4 156.31 -
System Red Green Blue C M Y K H S L
Decimal 172 124 71 0 0.28 0.59 0.33 31.49 0.42 0.48
Hex AC 7C 47 0 1C 3B 21 1F 2A 30
Octal 254 174 107 0 34 73 41 37 52 60
Binary 10101100 1111100 1000111 0 11100 111011 100001 11111 101010 110000

Color Harmonies of #AC7C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7C47

Black with #AC7C47

Text Example


Text Example

White with #AC7C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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