#AC864B

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

Shades of Muddy Waters #AC864B

Tints of Muddy Waters #AC864B

Color information

#AC864B (or 0xAC864B) is unknown color: approx Muddy Waters. HEX triplet: AC, 86 and 4B. RGB value is (172,134,75). Sum of RGB (Red+Green+Blue) = 172+134+75=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC864B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC864B is #5379B4. Grayscale: #8A8A8A. Windows color (decimal): -5470645 or 4949676. OLE color: 4949676.

HSL color Cylindrical-coordinate representation of color #AC864B: hue angle of 36.49º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC864B is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB17213475-
CMYK00.220.560.33
HSL36.49º39.27%48.43%-
HSV(B)36.49º56.4%67.45%-
XYZ26.8126.3310.33-
YUV138.6492.09151.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.14%
GREEN value IS 134 (52.73% from 255) = 35.17%
BLUE value IS 75 (29.69% from 255) = 19.69%
R=45.14%
G=35.17%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721347500.220.560.3336.4939.2748.43
HexAC864B0163821242730
Octal2542061130267041444760
Binary10101100100001101001011010110111000100001100100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC864B; }

 p { color: rgb(172,134,75); }

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

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

 a { background-color: rgb(172,134,75); }

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

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

 span { border-color: rgb(172,134,75); }

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