#AA8A49

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

Shades of Muddy Waters #AA8A49

Tints of Muddy Waters #AA8A49

Color information

#AA8A49 (or 0xAA8A49) is unknown color: approx Muddy Waters. HEX triplet: AA, 8A and 49. RGB value is (170,138,73). Sum of RGB (Red+Green+Blue) = 170+138+73=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8A49 is #5575B6. Grayscale: #8C8C8C. Windows color (decimal): -5600695 or 4819626. OLE color: 4819626.

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

Color convert

RGB17013873-
CMYK00.190.570.33
HSL40.21º39.92%47.65%-
HSV(B)40.21º57.06%66.67%-
XYZ26.8727.210.14-
YUV140.1690.1149.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.62%
GREEN value IS 138 (54.30% from 255) = 36.22%
BLUE value IS 73 (28.91% from 255) = 19.16%
R=44.62%
G=36.22%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701387300.190.570.3340.2139.9247.65
HexAA8A490133921282830
Octal2522121110237141505060
Binary10101010100010101001001010011111001100001101000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8A49; }

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

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

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

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

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

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

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

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