#aa7f55

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

Shades of Muddy Waters #AA7F55

Tints of Muddy Waters #AA7F55

Color information

#AA7F55 (or 0xAA7F55) is unknown color: approx Muddy Waters. HEX triplet: AA, 7F and 55. RGB value is (170,127,85). Sum of RGB (Red+Green+Blue) = 170+127+85=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F55 is #5580AA. Grayscale: #878787. Windows color (decimal): -5603499 or 5603242. OLE color: 5603242.

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

Color convert

RGB17012785-
CMYK00.250.500.33
HSL29.65º33.33%50%-
HSV(B)29.65º50%66.67%-
XYZ25.8124.3811.94-
YUV135.0799.75152.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.50%
GREEN value IS 127 (50% from 255) = 33.25%
BLUE value IS 85 (33.59% from 255) = 22.25%
R=44.50%
G=33.25%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701278500.250.500.3329.6533.3350
HexAA7F5501932211e2132
Octal2521771250316241364162
Binary101010101111111101010101100111001010000111110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa7f55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa7f55; }

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

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

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

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

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

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

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

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