Html Css Color HEX #AC7D4F Muddy Waters

📋 copy color: '#AC7D4F'

red 172 ◦ green 125 ◦ blue 79

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

Shades of Muddy Waters #AC7D4F

Tints of Muddy Waters #AC7D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.01%

R = 45.74%
G = 33.24%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AC7D4F (or 0xAC7D4F) is known color: Muddy Waters. HEX triplet: AC, 7D and 4F. RGB value is (172,125,79). Sum of RGB (Red+Green+Blue) = 172+125+79=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7D4F is #5382B0. Grayscale: #868686. Windows color (decimal): -5472945 or 5209516. OLE color: 5209516.

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

Color convert

RGB 172 125 79 -
CMYK 0 0.27 0.54 0.33
HSL 29.68º 0.37% 0.49% -
HSV(B) 29.68º 0.54% 0.67% -
XYZ 25.76 24 10.67 -
YUV 133.81 97.07 155.24 -
System Red Green Blue C M Y K H S L
Decimal 172 125 79 0 0.27 0.54 0.33 29.68 0.37 0.49
Hex AC 7D 4F 0 1B 36 21 1E 25 31
Octal 254 175 117 0 33 66 41 36 45 61
Binary 10101100 1111101 1001111 0 11011 110110 100001 11110 100101 110001

Color Harmonies of #AC7D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D4F

Black with #AC7D4F

Text Example


Text Example

White with #AC7D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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