Html Css Color HEX #AC7D45 Muddy Waters

📋 copy color: '#AC7D45'

red 172 ◦ green 125 ◦ blue 69

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

Shades of Muddy Waters #AC7D45

Tints of Muddy Waters #AC7D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.85%

R = 46.99%
G = 34.15%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC7D45 (or 0xAC7D45) is known color: Muddy Waters. HEX triplet: AC, 7D and 45. RGB value is (172,125,69). Sum of RGB (Red+Green+Blue) = 172+125+69=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7D45 is #5382BA. Grayscale: #848484. Windows color (decimal): -5472955 or 4554156. OLE color: 4554156.

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

Color convert

RGB 172 125 69 -
CMYK 0 0.27 0.60 0.33
HSL 32.62º 0.43% 0.47% -
HSV(B) 32.62º 0.6% 0.67% -
XYZ 25.42 23.87 8.9 -
YUV 132.67 92.07 156.05 -
System Red Green Blue C M Y K H S L
Decimal 172 125 69 0 0.27 0.60 0.33 32.62 0.43 0.47
Hex AC 7D 45 0 1B 3C 21 21 2B 2F
Octal 254 175 105 0 33 74 41 41 53 57
Binary 10101100 1111101 1000101 0 11011 111100 100001 100001 101011 101111

Color Harmonies of #AC7D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D45

Black with #AC7D45

Text Example


Text Example

White with #AC7D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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