#AE864E

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

Shades of Muddy Waters #AE864E

Tints of Muddy Waters #AE864E

Color information

#AE864E (or 0xAE864E) is unknown color: approx Muddy Waters. HEX triplet: AE, 86 and 4E. RGB value is (174,134,78). Sum of RGB (Red+Green+Blue) = 174+134+78=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE864E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE864E is #5179B1. Grayscale: #8B8B8B. Windows color (decimal): -5339570 or 5146286. OLE color: 5146286.

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

Color convert

RGB17413478-
CMYK00.230.550.32
HSL35º38.1%49.41%-
HSV(B)35º55.17%68.24%-
XYZ27.3626.610.9-
YUV139.5893.25152.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.08%
GREEN value IS 134 (52.73% from 255) = 34.72%
BLUE value IS 78 (30.86% from 255) = 20.21%
R=45.08%
G=34.72%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741347800.230.550.323538.149.41
HexAE864E0173720232631
Octal2562061160276740434661
Binary10101110100001101001110010111110111100000100011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE864E; }

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

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

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

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

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

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

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

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