#AA8146

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

Shades of Muddy Waters #AA8146

Tints of Muddy Waters #AA8146

Color information

#AA8146 (or 0xAA8146) is unknown color: approx Muddy Waters. HEX triplet: AA, 81 and 46. RGB value is (170,129,70). Sum of RGB (Red+Green+Blue) = 170+129+70=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8146 is #557EB9. Grayscale: #868686. Windows color (decimal): -5603002 or 4620714. OLE color: 4620714.

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

Color convert

RGB17012970-
CMYK00.240.590.33
HSL35.4º41.67%47.06%-
HSV(B)35.4º58.82%66.67%-
XYZ25.5324.699.21-
YUV134.5391.58153.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 129 (50.78% from 255) = 34.96%
BLUE value IS 70 (27.73% from 255) = 18.97%
R=46.07%
G=34.96%
B=18.97%

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
Decimal1701297000.240.590.3335.441.6747.06
HexAA81460183B21232a2f
Octal2522011060307341435257
Binary10101010100000011000110011000111011100001100011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8146; }

 p { color: rgb(170,129,70); }

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

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

 a { background-color: rgb(170,129,70); }

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

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

 span { border-color: rgb(170,129,70); }

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