#AA7849

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

Shades of Muddy Waters #AA7849

Tints of Muddy Waters #AA7849

Color information

#AA7849 (or 0xAA7849) is unknown color: approx Muddy Waters. HEX triplet: AA, 78 and 49. RGB value is (170,120,73). Sum of RGB (Red+Green+Blue) = 170+120+73=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7849 is #5587B6. Grayscale: #818181. Windows color (decimal): -5605303 or 4815018. OLE color: 4815018.

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

Color convert

RGB17012073-
CMYK00.290.570.33
HSL29.07º39.92%47.65%-
HSV(B)29.07º57.06%66.67%-
XYZ24.522.469.35-
YUV129.5996.06156.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.83%
GREEN value IS 120 (47.27% from 255) = 33.06%
BLUE value IS 73 (28.91% from 255) = 20.11%
R=46.83%
G=33.06%
B=20.11%

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
Decimal1701207300.290.570.3329.0739.9247.65
HexAA784901D39211d2830
Octal2521701110357141355060
Binary101010101111000100100101110111100110000111101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7849; }

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

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

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

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

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

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

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

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