#AA8049

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

Shades of Muddy Waters #AA8049

Tints of Muddy Waters #AA8049

Color information

#AA8049 (or 0xAA8049) is unknown color: approx Muddy Waters. HEX triplet: AA, 80 and 49. RGB value is (170,128,73). Sum of RGB (Red+Green+Blue) = 170+128+73=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8049 is #557FB6. Grayscale: #868686. Windows color (decimal): -5603255 or 4817066. OLE color: 4817066.

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

Color convert

RGB17012873-
CMYK00.250.570.33
HSL34.02º39.92%47.65%-
HSV(B)34.02º57.06%66.67%-
XYZ25.524.479.68-
YUV134.2993.41153.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.82%
GREEN value IS 128 (50.39% from 255) = 34.50%
BLUE value IS 73 (28.91% from 255) = 19.68%
R=45.82%
G=34.50%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701287300.250.570.3334.0239.9247.65
HexAA80490193921222830
Octal2522001110317141425060
Binary10101010100000001001001011001111001100001100010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8049; }

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

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

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

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

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

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

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

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