#AE844D

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

Shades of Muddy Waters #AE844D

Tints of Muddy Waters #AE844D

Color information

#AE844D (or 0xAE844D) is unknown color: approx Muddy Waters. HEX triplet: AE, 84 and 4D. RGB value is (174,132,77). Sum of RGB (Red+Green+Blue) = 174+132+77=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE844D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE844D is #517BB2. Grayscale: #8A8A8A. Windows color (decimal): -5340083 or 5080238. OLE color: 5080238.

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

Color convert

RGB17413277-
CMYK00.240.560.32
HSL34.02º38.65%49.22%-
HSV(B)34.02º55.75%68.24%-
XYZ27.0526.0410.62-
YUV138.2993.41153.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.43%
GREEN value IS 132 (51.95% from 255) = 34.46%
BLUE value IS 77 (30.47% from 255) = 20.10%
R=45.43%
G=34.46%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741327700.240.560.3234.0238.6549.22
HexAE844D0183820222731
Octal2562041150307040424761
Binary10101110100001001001101011000111000100000100010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE844D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE844D; }

 p { color: rgb(174,132,77); }

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

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

 a { background-color: rgb(174,132,77); }

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

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

 span { border-color: rgb(174,132,77); }

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