#AC8355

Color #AC8355 Muddy Waters (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muddy Waters #AC8355

Tints of Muddy Waters #AC8355

Color information

#AC8355 (or 0xAC8355) is unknown color: approx Muddy Waters. HEX triplet: AC, 83 and 55. RGB value is (172,131,85). Sum of RGB (Red+Green+Blue) = 172+131+85=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8355 is #537CAA. Grayscale: #8A8A8A. Windows color (decimal): -5471403 or 5604268. OLE color: 5604268.

HSL color Cylindrical-coordinate representation of color #AC8355: hue angle of 31.72º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC8355 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB17213185-
CMYK00.240.510.33
HSL31.72º34.39%50.39%-
HSV(B)31.72º50.58%67.45%-
XYZ26.7725.6612.14-
YUV138.0198.08152.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.33%
GREEN value IS 131 (51.56% from 255) = 33.76%
BLUE value IS 85 (33.59% from 255) = 21.91%
R=44.33%
G=33.76%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721318500.240.510.3331.7234.3950.39
HexAC83550183321202232
Octal2542031250306341404262
Binary10101100100000111010101011000110011100001100000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8355; }

 p { color: rgb(172,131,85); }

 H1.HeaderClassName
 {
   color: #AC8355;
 }
 .AnyTagClassName
 {
   color: #AC8355;
 }
</style>
background-color css

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

 a { background-color: rgb(172,131,85); }

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

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

 span { border-color: rgb(172,131,85); }

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