#AA784C

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

Shades of Muddy Waters #AA784C

Tints of Muddy Waters #AA784C

Color information

#AA784C (or 0xAA784C) is unknown color: approx Muddy Waters. HEX triplet: AA, 78 and 4C. RGB value is (170,120,76). Sum of RGB (Red+Green+Blue) = 170+120+76=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA784C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA784C is #5587B3. Grayscale: #828282. Windows color (decimal): -5605300 or 5011626. OLE color: 5011626.

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

Color convert

RGB17012076-
CMYK00.290.550.33
HSL28.09º38.21%48.24%-
HSV(B)28.09º55.29%66.67%-
XYZ24.622.59.88-
YUV129.9397.56156.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.45%
GREEN value IS 120 (47.27% from 255) = 32.79%
BLUE value IS 76 (30.08% from 255) = 20.77%
R=46.45%
G=32.79%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701207600.290.550.3328.0938.2148.24
HexAA784C01D37211c2630
Octal2521701140356741344660
Binary101010101111000100110001110111011110000111100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA784C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA784C; }

 p { color: rgb(170,120,76); }

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

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

 a { background-color: rgb(170,120,76); }

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

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

 span { border-color: rgb(170,120,76); }

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