Html Css Color HEX #AC7D43 Muddy Waters

📋 copy color: '#AC7D43'

red 172 ◦ green 125 ◦ blue 67

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

Shades of Muddy Waters #AC7D43

Tints of Muddy Waters #AC7D43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.41%

R = 47.25%
G = 34.34%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AC7D43 (or 0xAC7D43) is known color: Muddy Waters. HEX triplet: AC, 7D and 43. RGB value is (172,125,67). Sum of RGB (Red+Green+Blue) = 172+125+67=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7D43 is #5382BC. Grayscale: #848484. Windows color (decimal): -5472957 or 4423084. OLE color: 4423084.

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

Color convert

RGB 172 125 67 -
CMYK 0 0.27 0.61 0.33
HSL 33.14º 0.44% 0.47% -
HSV(B) 33.14º 0.61% 0.67% -
XYZ 25.36 23.84 8.58 -
YUV 132.44 91.07 156.22 -
System Red Green Blue C M Y K H S L
Decimal 172 125 67 0 0.27 0.61 0.33 33.14 0.44 0.47
Hex AC 7D 43 0 1B 3D 21 21 2C 2F
Octal 254 175 103 0 33 75 41 41 54 57
Binary 10101100 1111101 1000011 0 11011 111101 100001 100001 101100 101111

Color Harmonies of #AC7D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D43

Black with #AC7D43

Text Example


Text Example

White with #AC7D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D43; }

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

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

background-color css

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

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

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

border-color css

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

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

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