#AA7A45

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

Shades of Muddy Waters #AA7A45

Tints of Muddy Waters #AA7A45

Color information

#AA7A45 (or 0xAA7A45) is unknown color: approx Muddy Waters. HEX triplet: AA, 7A and 45. RGB value is (170,122,69). Sum of RGB (Red+Green+Blue) = 170+122+69=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7A45 is #5585BA. Grayscale: #828282. Windows color (decimal): -5604795 or 4553386. OLE color: 4553386.

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

Color convert

RGB17012269-
CMYK00.280.590.33
HSL31.49º42.26%46.86%-
HSV(B)31.49º59.41%66.67%-
XYZ24.6122.898.75-
YUV130.3193.4156.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.09%
GREEN value IS 122 (48.05% from 255) = 33.80%
BLUE value IS 69 (27.34% from 255) = 19.11%
R=47.09%
G=33.80%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701226900.280.590.3331.4942.2646.86
HexAA7A4501C3B211f2a2f
Octal2521721050347341375257
Binary101010101111010100010101110011101110000111111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A45; }

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

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

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

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

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

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

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

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