#AC854B

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

Shades of Muddy Waters #AC854B

Tints of Muddy Waters #AC854B

Color information

#AC854B (or 0xAC854B) is unknown color: approx Muddy Waters. HEX triplet: AC, 85 and 4B. RGB value is (172,133,75). Sum of RGB (Red+Green+Blue) = 172+133+75=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC854B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC854B is #537AB4. Grayscale: #8A8A8A. Windows color (decimal): -5470901 or 4949420. OLE color: 4949420.

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

Color convert

RGB17213375-
CMYK00.230.560.33
HSL35.88º39.27%48.43%-
HSV(B)35.88º56.4%67.45%-
XYZ26.6726.0510.28-
YUV138.0592.42152.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.26%
GREEN value IS 133 (52.34% from 255) = 35%
BLUE value IS 75 (29.69% from 255) = 19.74%
R=45.26%
G=35%
B=19.74%

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
Decimal1721337500.230.560.3335.8839.2748.43
HexAC854B0173821242730
Octal2542051130277041444760
Binary10101100100001011001011010111111000100001100100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC854B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC854B; }

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

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

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

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

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

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

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

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