Html Css Color HEX #AC7D55 Muddy Waters

📋 copy color: '#AC7D55'

red 172 ◦ green 125 ◦ blue 85

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

Shades of Muddy Waters #AC7D55

Tints of Muddy Waters #AC7D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.25%

R = 45.03%
G = 32.72%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC7D55 (or 0xAC7D55) is known color: Muddy Waters. HEX triplet: AC, 7D and 55. RGB value is (172,125,85). Sum of RGB (Red+Green+Blue) = 172+125+85=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7D55 is #5382AA. Grayscale: #868686. Windows color (decimal): -5472939 or 5602732. OLE color: 5602732.

HSL color Cylindrical-coordinate representation of color #AC7D55: hue angle of 27.59º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC7D55 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 125 85 -
CMYK 0 0.27 0.51 0.33
HSL 27.59º 0.34% 0.5% -
HSV(B) 27.59º 0.51% 0.67% -
XYZ 25.99 24.09 11.88 -
YUV 134.49 100.07 154.75 -
System Red Green Blue C M Y K H S L
Decimal 172 125 85 0 0.27 0.51 0.33 27.59 0.34 0.5
Hex AC 7D 55 0 1B 33 21 1C 22 32
Octal 254 175 125 0 33 63 41 34 42 62
Binary 10101100 1111101 1010101 0 11011 110011 100001 11100 100010 110010

Color Harmonies of #AC7D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D55

Black with #AC7D55

Text Example


Text Example

White with #AC7D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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