#AA7949

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

Shades of Muddy Waters #AA7949

Tints of Muddy Waters #AA7949

Color information

#AA7949 (or 0xAA7949) is unknown color: approx Muddy Waters. HEX triplet: AA, 79 and 49. RGB value is (170,121,73). Sum of RGB (Red+Green+Blue) = 170+121+73=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7949 is #5586B6. Grayscale: #828282. Windows color (decimal): -5605047 or 4815274. OLE color: 4815274.

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

Color convert

RGB17012173-
CMYK00.290.570.33
HSL29.69º39.92%47.65%-
HSV(B)29.69º57.06%66.67%-
XYZ24.6222.79.39-
YUV130.1895.73156.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 121 (47.66% from 255) = 33.24%
BLUE value IS 73 (28.91% from 255) = 20.05%
R=46.70%
G=33.24%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701217300.290.570.3329.6939.9247.65
HexAA794901D39211e2830
Octal2521711110357141365060
Binary101010101111001100100101110111100110000111110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7949; }

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

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

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

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

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

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

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

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