#AC8155

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

Shades of Muddy Waters #AC8155

Tints of Muddy Waters #AC8155

Color information

#AC8155 (or 0xAC8155) is unknown color: approx Muddy Waters. HEX triplet: AC, 81 and 55. RGB value is (172,129,85). Sum of RGB (Red+Green+Blue) = 172+129+85=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8155 is #537EAA. Grayscale: #898989. Windows color (decimal): -5471915 or 5603756. OLE color: 5603756.

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

Color convert

RGB17212985-
CMYK00.250.510.33
HSL30.34º34.39%50.39%-
HSV(B)30.34º50.58%67.45%-
XYZ26.525.1312.05-
YUV136.8498.75153.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.56%
GREEN value IS 129 (50.78% from 255) = 33.42%
BLUE value IS 85 (33.59% from 255) = 22.02%
R=44.56%
G=33.42%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721298500.250.510.3330.3434.3950.39
HexAC815501933211e2232
Octal2542011250316341364262
Binary1010110010000001101010101100111001110000111110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8155; }

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

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

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

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

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

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

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

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