#AA7A49

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

Shades of Muddy Waters #AA7A49

Tints of Muddy Waters #AA7A49

Color information

#AA7A49 (or 0xAA7A49) is unknown color: approx Muddy Waters. HEX triplet: AA, 7A and 49. RGB value is (170,122,73). Sum of RGB (Red+Green+Blue) = 170+122+73=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7A49 is #5585B6. Grayscale: #838383. Windows color (decimal): -5604791 or 4815530. OLE color: 4815530.

HSL color Cylindrical-coordinate representation of color #AA7A49: hue angle of 30.31º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA7A49 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB17012273-
CMYK00.280.570.33
HSL30.31º39.92%47.65%-
HSV(B)30.31º57.06%66.67%-
XYZ24.7422.959.43-
YUV130.7795.4155.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.58%
GREEN value IS 122 (48.05% from 255) = 33.42%
BLUE value IS 73 (28.91% from 255) = 20%
R=46.58%
G=33.42%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701227300.280.570.3330.3139.9247.65
HexAA7A4901C39211e2830
Octal2521721110347141365060
Binary101010101111010100100101110011100110000111110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A49; }

 p { color: rgb(170,122,73); }

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

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

 a { background-color: rgb(170,122,73); }

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

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

 span { border-color: rgb(170,122,73); }

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