#AA7945

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

Shades of Muddy Waters #AA7945

Tints of Muddy Waters #AA7945

Color information

#AA7945 (or 0xAA7945) is unknown color: approx Muddy Waters. HEX triplet: AA, 79 and 45. RGB value is (170,121,69). Sum of RGB (Red+Green+Blue) = 170+121+69=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7945 is #5586BA. Grayscale: #818181. Windows color (decimal): -5605051 or 4553130. OLE color: 4553130.

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

Color convert

RGB17012169-
CMYK00.290.590.33
HSL30.89º42.26%46.86%-
HSV(B)30.89º59.41%66.67%-
XYZ24.4922.658.71-
YUV129.7293.73156.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.22%
GREEN value IS 121 (47.66% from 255) = 33.61%
BLUE value IS 69 (27.34% from 255) = 19.17%
R=47.22%
G=33.61%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701216900.290.590.3330.8942.2646.86
HexAA794501D3B211f2a2f
Octal2521711050357341375257
Binary101010101111001100010101110111101110000111111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7945; }

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

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

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

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

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

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

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

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