#AE7D54

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

Shades of Muddy Waters #AE7D54

Tints of Muddy Waters #AE7D54

Color information

#AE7D54 (or 0xAE7D54) is unknown color: approx Muddy Waters. HEX triplet: AE, 7D and 54. RGB value is (174,125,84). Sum of RGB (Red+Green+Blue) = 174+125+84=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7D54 is #5182AB. Grayscale: #878787. Windows color (decimal): -5341868 or 5537198. OLE color: 5537198.

HSL color Cylindrical-coordinate representation of color #AE7D54: hue angle of 27.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE7D54 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB17412584-
CMYK00.280.520.32
HSL27.33º35.71%50.59%-
HSV(B)27.33º51.72%68.24%-
XYZ26.3924.3111.69-
YUV134.9899.23155.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.43%
GREEN value IS 125 (49.22% from 255) = 32.64%
BLUE value IS 84 (33.20% from 255) = 21.93%
R=45.43%
G=32.64%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741258400.280.520.3227.3335.7150.59
HexAE7D5401C34201b2433
Octal2561751240346440334463
Binary101011101111101101010001110011010010000011011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7D54; }

 p { color: rgb(174,125,84); }

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

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

 a { background-color: rgb(174,125,84); }

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

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

 span { border-color: rgb(174,125,84); }

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