#AA8245

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

Shades of Muddy Waters #AA8245

Tints of Muddy Waters #AA8245

Color information

#AA8245 (or 0xAA8245) is unknown color: approx Muddy Waters. HEX triplet: AA, 82 and 45. RGB value is (170,130,69). Sum of RGB (Red+Green+Blue) = 170+130+69=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8245 is #557DBA. Grayscale: #878787. Windows color (decimal): -5602747 or 4555434. OLE color: 4555434.

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

Color convert

RGB17013069-
CMYK00.240.590.33
HSL36.24º42.26%46.86%-
HSV(B)36.24º59.41%66.67%-
XYZ25.6324.949.09-
YUV135.0190.75152.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 130 (51.17% from 255) = 35.23%
BLUE value IS 69 (27.34% from 255) = 18.70%
R=46.07%
G=35.23%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701306900.240.590.3336.2442.2646.86
HexAA82450183B21242a2f
Octal2522021050307341445257
Binary10101010100000101000101011000111011100001100100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8245; }

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

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

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

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

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

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

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

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