Html Css Color HEX #AC7F41 Muddy Waters

📋 copy color: '#AC7F41'

red 172 ◦ green 127 ◦ blue 65

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

Shades of Muddy Waters #AC7F41

Tints of Muddy Waters #AC7F41

RGB

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

 GREEN value IS 127 (50% from 255) = 34.89%

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

R = 47.25%
G = 34.89%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC7F41 (or 0xAC7F41) is known color: Muddy Waters. HEX triplet: AC, 7F and 41. RGB value is (172,127,65). Sum of RGB (Red+Green+Blue) = 172+127+65=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7F41 is #5380BE. Grayscale: #858585. Windows color (decimal): -5472447 or 4292524. OLE color: 4292524.

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

Color convert

RGB 172 127 65 -
CMYK 0 0.26 0.62 0.33
HSL 34.77º 0.45% 0.46% -
HSV(B) 34.77º 0.62% 0.67% -
XYZ 25.56 24.33 8.35 -
YUV 133.39 89.41 155.54 -
System Red Green Blue C M Y K H S L
Decimal 172 127 65 0 0.26 0.62 0.33 34.77 0.45 0.46
Hex AC 7F 41 0 1A 3E 21 23 2D 2E
Octal 254 177 101 0 32 76 41 43 55 56
Binary 10101100 1111111 1000001 0 11010 111110 100001 100011 101101 101110

Color Harmonies of #AC7F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7F41

Black with #AC7F41

Text Example


Text Example

White with #AC7F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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