#AE854E

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

Shades of Muddy Waters #AE854E

Tints of Muddy Waters #AE854E

Color information

#AE854E (or 0xAE854E) is unknown color: approx Muddy Waters. HEX triplet: AE, 85 and 4E. RGB value is (174,133,78). Sum of RGB (Red+Green+Blue) = 174+133+78=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE854E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE854E is #517AB1. Grayscale: #8B8B8B. Windows color (decimal): -5339826 or 5146030. OLE color: 5146030.

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

Color convert

RGB17413378-
CMYK00.240.550.32
HSL34.38º38.1%49.41%-
HSV(B)34.38º55.17%68.24%-
XYZ27.2226.3210.85-
YUV138.9993.58152.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.19%
GREEN value IS 133 (52.34% from 255) = 34.55%
BLUE value IS 78 (30.86% from 255) = 20.26%
R=45.19%
G=34.55%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741337800.240.550.3234.3838.149.41
HexAE854E0183720222631
Octal2562051160306740424661
Binary10101110100001011001110011000110111100000100010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE854E; }

 p { color: rgb(174,133,78); }

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

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

 a { background-color: rgb(174,133,78); }

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

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

 span { border-color: rgb(174,133,78); }

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