#AE7C44

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

Shades of Muddy Waters #AE7C44

Tints of Muddy Waters #AE7C44

Color information

#AE7C44 (or 0xAE7C44) is unknown color: approx Muddy Waters. HEX triplet: AE, 7C and 44. RGB value is (174,124,68). Sum of RGB (Red+Green+Blue) = 174+124+68=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7C44 is #5183BB. Grayscale: #848484. Windows color (decimal): -5342140 or 4488366. OLE color: 4488366.

HSL color Cylindrical-coordinate representation of color #AE7C44: hue angle of 31.7º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE7C44 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB17412468-
CMYK00.290.610.32
HSL31.7º43.8%47.45%-
HSV(B)31.7º60.92%68.24%-
XYZ25.7123.838.71-
YUV132.5791.56157.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.54%
GREEN value IS 124 (48.83% from 255) = 33.88%
BLUE value IS 68 (26.95% from 255) = 18.58%
R=47.54%
G=33.88%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741246800.290.610.3231.743.847.45
HexAE7C4401D3D20202c2f
Octal2561741040357540405457
Binary1010111011111001000100011101111101100000100000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7C44; }

 p { color: rgb(174,124,68); }

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

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

 a { background-color: rgb(174,124,68); }

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

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

 span { border-color: rgb(174,124,68); }

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