#AE864D

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

Shades of Muddy Waters #AE864D

Tints of Muddy Waters #AE864D

Color information

#AE864D (or 0xAE864D) is unknown color: approx Muddy Waters. HEX triplet: AE, 86 and 4D. RGB value is (174,134,77). Sum of RGB (Red+Green+Blue) = 174+134+77=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE864D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE864D is #5179B2. Grayscale: #8B8B8B. Windows color (decimal): -5339571 or 5080750. OLE color: 5080750.

HSL color Cylindrical-coordinate representation of color #AE864D: hue angle of 35.26º 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 #AE864D is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB17413477-
CMYK00.230.560.32
HSL35.26º38.65%49.22%-
HSV(B)35.26º55.75%68.24%-
XYZ27.3226.5810.71-
YUV139.4692.75152.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.19%
GREEN value IS 134 (52.73% from 255) = 34.81%
BLUE value IS 77 (30.47% from 255) = 20%
R=45.19%
G=34.81%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741347700.230.560.3235.2638.6549.22
HexAE864D0173820232731
Octal2562061150277040434761
Binary10101110100001101001101010111111000100000100011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE864D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE864D; }

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

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

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

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

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

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

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

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