Html Css Color HEX #AC7D41 Muddy Waters

📋 copy color: '#AC7D41'

red 172 ◦ green 125 ◦ blue 65

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

Shades of Muddy Waters #AC7D41

Tints of Muddy Waters #AC7D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.96%

R = 47.51%
G = 34.53%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC7D41 (or 0xAC7D41) is known color: Muddy Waters. HEX triplet: AC, 7D and 41. RGB value is (172,125,65). Sum of RGB (Red+Green+Blue) = 172+125+65=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7D41 is #5382BE. Grayscale: #848484. Windows color (decimal): -5472959 or 4292012. OLE color: 4292012.

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

Color convert

RGB 172 125 65 -
CMYK 0 0.27 0.62 0.33
HSL 33.64º 0.45% 0.46% -
HSV(B) 33.64º 0.62% 0.67% -
XYZ 25.3 23.82 8.27 -
YUV 132.21 90.07 156.38 -
System Red Green Blue C M Y K H S L
Decimal 172 125 65 0 0.27 0.62 0.33 33.64 0.45 0.46
Hex AC 7D 41 0 1B 3E 21 22 2D 2E
Octal 254 175 101 0 33 76 41 42 55 56
Binary 10101100 1111101 1000001 0 11011 111110 100001 100010 101101 101110

Color Harmonies of #AC7D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D41

Black with #AC7D41

Text Example


Text Example

White with #AC7D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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