#AA7950

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

Shades of Muddy Waters #AA7950

Tints of Muddy Waters #AA7950

Color information

#AA7950 (or 0xAA7950) is unknown color: approx Muddy Waters. HEX triplet: AA, 79 and 50. RGB value is (170,121,80). Sum of RGB (Red+Green+Blue) = 170+121+80=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7950 is #5586AF. Grayscale: #838383. Windows color (decimal): -5605040 or 5274026. OLE color: 5274026.

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

Color convert

RGB17012180-
CMYK00.290.530.33
HSL27.33º36%49.02%-
HSV(B)27.33º52.94%66.67%-
XYZ24.8622.810.68-
YUV130.9899.23155.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.82%
GREEN value IS 121 (47.66% from 255) = 32.61%
BLUE value IS 80 (31.64% from 255) = 21.56%
R=45.82%
G=32.61%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701218000.290.530.3327.333649.02
HexAA795001D35211b2431
Octal2521711200356541334461
Binary101010101111001101000001110111010110000111011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7950; }

 p { color: rgb(170,121,80); }

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

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

 a { background-color: rgb(170,121,80); }

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

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

 span { border-color: rgb(170,121,80); }

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