Html Css Color HEX #AC8550 Muddy Waters

📋 copy color: '#AC8550'

red 172 ◦ green 133 ◦ blue 80

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

Shades of Muddy Waters #AC8550

Tints of Muddy Waters #AC8550

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.55%

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

R = 44.68%
G = 34.55%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC8550 (or 0xAC8550) is known color: Muddy Waters. HEX triplet: AC, 85 and 50. RGB value is (172,133,80). Sum of RGB (Red+Green+Blue) = 172+133+80=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8550 is #537AAF. Grayscale: #8A8A8A. Windows color (decimal): -5470896 or 5277100. OLE color: 5277100.

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

Color convert

RGB 172 133 80 -
CMYK 0 0.23 0.53 0.33
HSL 34.57º 0.37% 0.49% -
HSV(B) 34.57º 0.53% 0.67% -
XYZ 26.85 26.12 11.22 -
YUV 138.62 94.92 151.81 -
System Red Green Blue C M Y K H S L
Decimal 172 133 80 0 0.23 0.53 0.33 34.57 0.37 0.49
Hex AC 85 50 0 17 35 21 23 25 31
Octal 254 205 120 0 27 65 41 43 45 61
Binary 10101100 10000101 1010000 0 10111 110101 100001 100011 100101 110001

Color Harmonies of #AC8550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8550

Black with #AC8550

Text Example


Text Example

White with #AC8550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8550; }

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

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

background-color css

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

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

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

border-color css

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

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

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