#AC814D

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

Shades of Muddy Waters #AC814D

Tints of Muddy Waters #AC814D

Color information

#AC814D (or 0xAC814D) is unknown color: approx Muddy Waters. HEX triplet: AC, 81 and 4D. RGB value is (172,129,77). Sum of RGB (Red+Green+Blue) = 172+129+77=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC814D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC814D is #537EB2. Grayscale: #888888. Windows color (decimal): -5471923 or 5079468. OLE color: 5079468.

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

Color convert

RGB17212977-
CMYK00.250.550.33
HSL32.84º38.15%48.82%-
HSV(B)32.84º55.23%67.45%-
XYZ26.225.0110.47-
YUV135.9394.75153.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.50%
GREEN value IS 129 (50.78% from 255) = 34.13%
BLUE value IS 77 (30.47% from 255) = 20.37%
R=45.50%
G=34.13%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721297700.250.550.3332.8438.1548.82
HexAC814D0193721212631
Octal2542011150316741414661
Binary10101100100000011001101011001110111100001100001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC814D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC814D; }

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

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

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

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

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

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

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

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