Html Css Color HEX #AC7E41 Muddy Waters

📋 copy color: '#AC7E41'

red 172 ◦ green 126 ◦ blue 65

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

Shades of Muddy Waters #AC7E41

Tints of Muddy Waters #AC7E41

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.71%

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

R = 47.38%
G = 34.71%
B = 17.91%

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

#AC7E41 (or 0xAC7E41) is known color: Muddy Waters. HEX triplet: AC, 7E and 41. RGB value is (172,126,65). Sum of RGB (Red+Green+Blue) = 172+126+65=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7E41 is #5381BE. Grayscale: #858585. Windows color (decimal): -5472703 or 4292268. OLE color: 4292268.

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

Color convert

RGB 172 126 65 -
CMYK 0 0.27 0.62 0.33
HSL 34.21º 0.45% 0.46% -
HSV(B) 34.21º 0.62% 0.67% -
XYZ 25.43 24.07 8.31 -
YUV 132.8 89.74 155.96 -
System Red Green Blue C M Y K H S L
Decimal 172 126 65 0 0.27 0.62 0.33 34.21 0.45 0.46
Hex AC 7E 41 0 1B 3E 21 22 2D 2E
Octal 254 176 101 0 33 76 41 42 55 56
Binary 10101100 1111110 1000001 0 11011 111110 100001 100010 101101 101110

Color Harmonies of #AC7E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7E41

Black with #AC7E41

Text Example


Text Example

White with #AC7E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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