#AA7C51

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

Shades of Muddy Waters #AA7C51

Tints of Muddy Waters #AA7C51

Color information

#AA7C51 (or 0xAA7C51) is unknown color: approx Muddy Waters. HEX triplet: AA, 7C and 51. RGB value is (170,124,81). Sum of RGB (Red+Green+Blue) = 170+124+81=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7C51 is #5583AE. Grayscale: #858585. Windows color (decimal): -5604271 or 5340330. OLE color: 5340330.

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

Color convert

RGB17012481-
CMYK00.270.520.33
HSL28.99º35.46%49.22%-
HSV(B)28.99º52.35%66.67%-
XYZ25.2723.5611-
YUV132.8598.74154.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.33%
GREEN value IS 124 (48.83% from 255) = 33.07%
BLUE value IS 81 (32.03% from 255) = 21.6%
R=45.33%
G=33.07%
B=21.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701248100.270.520.3328.9935.4649.22
HexAA7C5101B34211d2331
Octal2521741210336441354361
Binary101010101111100101000101101111010010000111101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7C51; }

 p { color: rgb(170,124,81); }

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

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

 a { background-color: rgb(170,124,81); }

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

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

 span { border-color: rgb(170,124,81); }

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