#AE7A52

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

Shades of Muddy Waters #AE7A52

Tints of Muddy Waters #AE7A52

Color information

#AE7A52 (or 0xAE7A52) is unknown color: approx Muddy Waters. HEX triplet: AE, 7A and 52. RGB value is (174,122,82). Sum of RGB (Red+Green+Blue) = 174+122+82=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7A52 is #5185AD. Grayscale: #858585. Windows color (decimal): -5342638 or 5405358. OLE color: 5405358.

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

Color convert

RGB17412282-
CMYK00.300.530.32
HSL26.09º36.22%50.2%-
HSV(B)26.09º52.87%68.24%-
XYZ25.9423.5311.16-
YUV132.9999.23157.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.03%
GREEN value IS 122 (48.05% from 255) = 32.28%
BLUE value IS 82 (32.42% from 255) = 21.69%
R=46.03%
G=32.28%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741228200.300.530.3226.0936.2250.2
HexAE7A5201E35201a2432
Octal2561721220366540324462
Binary101011101111010101001001111011010110000011010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7A52; }

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

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

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

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

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

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

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

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