#AC854C

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

Shades of Muddy Waters #AC854C

Tints of Muddy Waters #AC854C

Color information

#AC854C (or 0xAC854C) is unknown color: approx Muddy Waters. HEX triplet: AC, 85 and 4C. RGB value is (172,133,76). Sum of RGB (Red+Green+Blue) = 172+133+76=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC854C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC854C is #537AB3. Grayscale: #8A8A8A. Windows color (decimal): -5470900 or 5014956. OLE color: 5014956.

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

Color convert

RGB17213376-
CMYK00.230.560.33
HSL35.63º38.71%48.63%-
HSV(B)35.63º55.81%67.45%-
XYZ26.7126.0710.46-
YUV138.1692.92152.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.14%
GREEN value IS 133 (52.34% from 255) = 34.91%
BLUE value IS 76 (30.08% from 255) = 19.95%
R=45.14%
G=34.91%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721337600.230.560.3335.6338.7148.63
HexAC854C0173821242731
Octal2542051140277041444761
Binary10101100100001011001100010111111000100001100100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC854C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC854C; }

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

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

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

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

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

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

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

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