#AE8947

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

Shades of Muddy Waters #AE8947

Tints of Muddy Waters #AE8947

Color information

#AE8947 (or 0xAE8947) is unknown color: approx Muddy Waters. HEX triplet: AE, 89 and 47. RGB value is (174,137,71). Sum of RGB (Red+Green+Blue) = 174+137+71=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8947 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8947 is #5176B8. Grayscale: #8C8C8C. Windows color (decimal): -5338809 or 4688302. OLE color: 4688302.

HSL color Cylindrical-coordinate representation of color #AE8947: hue angle of 38.45º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE8947 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB17413771-
CMYK00.210.590.32
HSL38.45º42.04%48.04%-
HSV(B)38.45º59.2%68.24%-
XYZ27.5427.349.79-
YUV140.5488.76151.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.55%
GREEN value IS 137 (53.91% from 255) = 35.86%
BLUE value IS 71 (28.12% from 255) = 18.59%
R=45.55%
G=35.86%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741377100.210.590.3238.4542.0448.04
HexAE89470153B20262a30
Octal2562111070257340465260
Binary10101110100010011000111010101111011100000100110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8947; }

 p { color: rgb(174,137,71); }

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

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

 a { background-color: rgb(174,137,71); }

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

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

 span { border-color: rgb(174,137,71); }

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