#AC8157

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

Shades of Muddy Waters #AC8157

Tints of Muddy Waters #AC8157

Color information

#AC8157 (or 0xAC8157) is unknown color: approx Muddy Waters. HEX triplet: AC, 81 and 57. RGB value is (172,129,87). Sum of RGB (Red+Green+Blue) = 172+129+87=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 87 (34.38% from 255 or 22.42% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8157 is #537EA8. Grayscale: #898989. Windows color (decimal): -5471913 or 5734828. OLE color: 5734828.

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

Color convert

RGB17212987-
CMYK00.250.490.33
HSL29.65º33.86%50.78%-
HSV(B)29.65º49.42%67.45%-
XYZ26.5825.1612.47-
YUV137.0799.75152.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.33%
GREEN value IS 129 (50.78% from 255) = 33.25%
BLUE value IS 87 (34.38% from 255) = 22.42%
R=44.33%
G=33.25%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721298700.250.490.3329.6533.8650.78
HexAC815701931211e2233
Octal2542011270316141364263
Binary1010110010000001101011101100111000110000111110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8157; }

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

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

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

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

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

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

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

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