Html Css Color HEX #AC7E50 Muddy Waters

📋 copy color: '#AC7E50'

red 172 ◦ green 126 ◦ blue 80

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

Shades of Muddy Waters #AC7E50

Tints of Muddy Waters #AC7E50

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.33%

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

R = 45.5%
G = 33.33%
B = 21.16%

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

#AC7E50 (or 0xAC7E50) is known color: Muddy Waters. HEX triplet: AC, 7E and 50. RGB value is (172,126,80). Sum of RGB (Red+Green+Blue) = 172+126+80=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E50 is #5381AF. Grayscale: #868686. Windows color (decimal): -5472688 or 5275308. OLE color: 5275308.

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

Color convert

RGB 172 126 80 -
CMYK 0 0.27 0.53 0.33
HSL 30º 0.37% 0.49% -
HSV(B) 30º 0.53% 0.67% -
XYZ 25.92 24.27 10.91 -
YUV 134.51 97.24 154.74 -
System Red Green Blue C M Y K H S L
Decimal 172 126 80 0 0.27 0.53 0.33 30 0.37 0.49
Hex AC 7E 50 0 1B 35 21 1E 25 31
Octal 254 176 120 0 33 65 41 36 45 61
Binary 10101100 1111110 1010000 0 11011 110101 100001 11110 100101 110001

Color Harmonies of #AC7E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7E50

Black with #AC7E50

Text Example


Text Example

White with #AC7E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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