#AE894A

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

Shades of Muddy Waters #AE894A

Tints of Muddy Waters #AE894A

Color information

#AE894A (or 0xAE894A) is unknown color: approx Muddy Waters. HEX triplet: AE, 89 and 4A. RGB value is (174,137,74). Sum of RGB (Red+Green+Blue) = 174+137+74=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE894A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE894A is #5176B5. Grayscale: #8D8D8D. Windows color (decimal): -5338806 or 4884910. OLE color: 4884910.

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

Color convert

RGB17413774-
CMYK00.210.570.32
HSL37.8º40.32%48.63%-
HSV(B)37.8º57.47%68.24%-
XYZ27.6427.3810.31-
YUV140.8890.26151.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.19%
GREEN value IS 137 (53.91% from 255) = 35.58%
BLUE value IS 74 (29.30% from 255) = 19.22%
R=45.19%
G=35.58%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741377400.210.570.3237.840.3248.63
HexAE894A0153920262831
Octal2562111120257140465061
Binary10101110100010011001010010101111001100000100110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE894A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE894A; }

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

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

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

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

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

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

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

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