#aa7f57

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

Shades of Muddy Waters #AA7F57

Tints of Muddy Waters #AA7F57

Color information

#AA7F57 (or 0xAA7F57) is unknown color: approx Muddy Waters. HEX triplet: AA, 7F and 57. RGB value is (170,127,87). Sum of RGB (Red+Green+Blue) = 170+127+87=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 87 (34.38% from 255 or 22.66% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F57 is #5580A8. Grayscale: #878787. Windows color (decimal): -5603497 or 5734314. OLE color: 5734314.

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

Color convert

RGB17012787-
CMYK00.250.490.33
HSL28.92º32.81%50.39%-
HSV(B)28.92º48.82%66.67%-
XYZ25.8924.4112.36-
YUV135.3100.75152.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.27%
GREEN value IS 127 (50% from 255) = 33.07%
BLUE value IS 87 (34.38% from 255) = 22.66%
R=44.27%
G=33.07%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701278700.250.490.3328.9232.8150.39
HexAA7F5701931211d2132
Octal2521771270316141354162
Binary101010101111111101011101100111000110000111101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa7f57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa7f57; }

 p { color: rgb(170,127,87); }

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

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

 a { background-color: rgb(170,127,87); }

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

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

 span { border-color: rgb(170,127,87); }

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