#AA794A

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

Shades of Muddy Waters #AA794A

Tints of Muddy Waters #AA794A

Color information

#AA794A (or 0xAA794A) is unknown color: approx Muddy Waters. HEX triplet: AA, 79 and 4A. RGB value is (170,121,74). Sum of RGB (Red+Green+Blue) = 170+121+74=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA794A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA794A is #5586B5. Grayscale: #828282. Windows color (decimal): -5605046 or 4880810. OLE color: 4880810.

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

Color convert

RGB17012174-
CMYK00.290.560.33
HSL29.37º39.34%47.84%-
HSV(B)29.37º56.47%66.67%-
XYZ24.6522.729.56-
YUV130.2996.23156.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.58%
GREEN value IS 121 (47.66% from 255) = 33.15%
BLUE value IS 74 (29.30% from 255) = 20.27%
R=46.58%
G=33.15%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701217400.290.560.3329.3739.3447.84
HexAA794A01D38211d2730
Octal2521711120357041354760
Binary101010101111001100101001110111100010000111101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA794A; }

 p { color: rgb(170,121,74); }

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

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

 a { background-color: rgb(170,121,74); }

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

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

 span { border-color: rgb(170,121,74); }

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