Html Css Color HEX #AC7D50 Muddy Waters

📋 copy color: '#AC7D50'

red 172 ◦ green 125 ◦ blue 80

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

Shades of Muddy Waters #AC7D50

Tints of Muddy Waters #AC7D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.22%

R = 45.62%
G = 33.16%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC7D50 (or 0xAC7D50) is known color: Muddy Waters. HEX triplet: AC, 7D and 50. RGB value is (172,125,80). Sum of RGB (Red+Green+Blue) = 172+125+80=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7D50 is #5382AF. Grayscale: #868686. Windows color (decimal): -5472944 or 5275052. OLE color: 5275052.

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

Color convert

RGB 172 125 80 -
CMYK 0 0.27 0.53 0.33
HSL 29.35º 0.37% 0.49% -
HSV(B) 29.35º 0.53% 0.67% -
XYZ 25.79 24.02 10.87 -
YUV 133.92 97.57 155.16 -
System Red Green Blue C M Y K H S L
Decimal 172 125 80 0 0.27 0.53 0.33 29.35 0.37 0.49
Hex AC 7D 50 0 1B 35 21 1D 25 31
Octal 254 175 120 0 33 65 41 35 45 61
Binary 10101100 1111101 1010000 0 11011 110101 100001 11101 100101 110001

Color Harmonies of #AC7D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D50

Black with #AC7D50

Text Example


Text Example

White with #AC7D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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