Html Css Color HEX #AC7D4D Muddy Waters

📋 copy color: '#AC7D4D'

red 172 ◦ green 125 ◦ blue 77

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

Shades of Muddy Waters #AC7D4D

Tints of Muddy Waters #AC7D4D

RGB

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

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

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

R = 45.99%
G = 33.42%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC7D4D (or 0xAC7D4D) is known color: Muddy Waters. HEX triplet: AC, 7D and 4D. RGB value is (172,125,77). Sum of RGB (Red+Green+Blue) = 172+125+77=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7D4D is #5382B2. Grayscale: #858585. Windows color (decimal): -5472947 or 5078444. OLE color: 5078444.

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

Color convert

RGB 172 125 77 -
CMYK 0 0.27 0.55 0.33
HSL 30.32º 0.38% 0.49% -
HSV(B) 30.32º 0.55% 0.67% -
XYZ 25.69 23.97 10.29 -
YUV 133.58 96.07 155.4 -
System Red Green Blue C M Y K H S L
Decimal 172 125 77 0 0.27 0.55 0.33 30.32 0.38 0.49
Hex AC 7D 4D 0 1B 37 21 1E 26 31
Octal 254 175 115 0 33 67 41 36 46 61
Binary 10101100 1111101 1001101 0 11011 110111 100001 11110 100110 110001

Color Harmonies of #AC7D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D4D

Black with #AC7D4D

Text Example


Text Example

White with #AC7D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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