#AA8445

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

Shades of Muddy Waters #AA8445

Tints of Muddy Waters #AA8445

Color information

#AA8445 (or 0xAA8445) is unknown color: approx Muddy Waters. HEX triplet: AA, 84 and 45. RGB value is (170,132,69). Sum of RGB (Red+Green+Blue) = 170+132+69=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8445 is #557BBA. Grayscale: #888888. Windows color (decimal): -5602235 or 4555946. OLE color: 4555946.

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

Color convert

RGB17013269-
CMYK00.220.590.33
HSL37.43º42.26%46.86%-
HSV(B)37.43º59.41%66.67%-
XYZ25.925.489.18-
YUV136.1890.09152.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.82%
GREEN value IS 132 (51.95% from 255) = 35.58%
BLUE value IS 69 (27.34% from 255) = 18.60%
R=45.82%
G=35.58%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701326900.220.590.3337.4342.2646.86
HexAA84450163B21252a2f
Octal2522041050267341455257
Binary10101010100001001000101010110111011100001100101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8445; }

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

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

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

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

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

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

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

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