Html Css Color HEX #AC7F4D Muddy Waters

📋 copy color: '#AC7F4D'

red 172 ◦ green 127 ◦ blue 77

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

Shades of Muddy Waters #AC7F4D

Tints of Muddy Waters #AC7F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.48%

R = 45.74%
G = 33.78%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC7F4D (or 0xAC7F4D) is known color: Muddy Waters. HEX triplet: AC, 7F and 4D. RGB value is (172,127,77). Sum of RGB (Red+Green+Blue) = 172+127+77=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7F4D is #5380B2. Grayscale: #878787. Windows color (decimal): -5472435 or 5078956. OLE color: 5078956.

HSL color Cylindrical-coordinate representation of color #AC7F4D: hue angle of 31.58º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC7F4D is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 127 77 -
CMYK 0 0.26 0.55 0.33
HSL 31.58º 0.38% 0.49% -
HSV(B) 31.58º 0.55% 0.67% -
XYZ 25.94 24.49 10.38 -
YUV 134.76 95.41 154.57 -
System Red Green Blue C M Y K H S L
Decimal 172 127 77 0 0.26 0.55 0.33 31.58 0.38 0.49
Hex AC 7F 4D 0 1A 37 21 20 26 31
Octal 254 177 115 0 32 67 41 40 46 61
Binary 10101100 1111111 1001101 0 11010 110111 100001 100000 100110 110001

Color Harmonies of #AC7F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7F4D

Black with #AC7F4D

Text Example


Text Example

White with #AC7F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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