#aa7e56

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

Shades of Muddy Waters #AA7E56

Tints of Muddy Waters #AA7E56

Color information

#AA7E56 (or 0xAA7E56) is unknown color: approx Muddy Waters. HEX triplet: AA, 7E and 56. RGB value is (170,126,86). Sum of RGB (Red+Green+Blue) = 170+126+86=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E56 is #5581A9. Grayscale: #868686. Windows color (decimal): -5603754 or 5668522. OLE color: 5668522.

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

Color convert

RGB17012686-
CMYK00.260.490.33
HSL28.57º33.07%50.2%-
HSV(B)28.57º49.41%66.67%-
XYZ25.7224.1412.11-
YUV134.6100.58153.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.50%
GREEN value IS 126 (49.61% from 255) = 32.98%
BLUE value IS 86 (33.98% from 255) = 22.51%
R=44.50%
G=32.98%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701268600.260.490.3328.5733.0750.2
HexAA7E5601A31211d2132
Octal2521761260326141354162
Binary101010101111110101011001101011000110000111101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa7e56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa7e56; }

 p { color: rgb(170,126,86); }

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

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

 a { background-color: rgb(170,126,86); }

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

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

 span { border-color: rgb(170,126,86); }

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