#AE7E52

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

Shades of Muddy Waters #AE7E52

Tints of Muddy Waters #AE7E52

Color information

#AE7E52 (or 0xAE7E52) is unknown color: approx Muddy Waters. HEX triplet: AE, 7E and 52. RGB value is (174,126,82). Sum of RGB (Red+Green+Blue) = 174+126+82=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7E52 is #5181AD. Grayscale: #878787. Windows color (decimal): -5341614 or 5406382. OLE color: 5406382.

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

Color convert

RGB17412682-
CMYK00.280.530.32
HSL28.7º36.22%50.2%-
HSV(B)28.7º52.87%68.24%-
XYZ26.4424.5311.32-
YUV135.3497.9155.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.55%
GREEN value IS 126 (49.61% from 255) = 32.98%
BLUE value IS 82 (32.42% from 255) = 21.47%
R=45.55%
G=32.98%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741268200.280.530.3228.736.2250.2
HexAE7E5201C35201d2432
Octal2561761220346540354462
Binary101011101111110101001001110011010110000011101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7E52; }

 p { color: rgb(174,126,82); }

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

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

 a { background-color: rgb(174,126,82); }

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

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

 span { border-color: rgb(174,126,82); }

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