#AE7A48

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

Shades of Muddy Waters #AE7A48

Tints of Muddy Waters #AE7A48

Color information

#AE7A48 (or 0xAE7A48) is unknown color: approx Muddy Waters. HEX triplet: AE, 7A and 48. RGB value is (174,122,72). Sum of RGB (Red+Green+Blue) = 174+122+72=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7A48 is #5185B7. Grayscale: #848484. Windows color (decimal): -5342648 or 4749998. OLE color: 4749998.

HSL color Cylindrical-coordinate representation of color #AE7A48: hue angle of 29.41º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE7A48 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB17412272-
CMYK00.300.590.32
HSL29.41º41.46%48.24%-
HSV(B)29.41º58.62%68.24%-
XYZ25.5823.399.3-
YUV131.8594.23158.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.28%
GREEN value IS 122 (48.05% from 255) = 33.15%
BLUE value IS 72 (28.52% from 255) = 19.57%
R=47.28%
G=33.15%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741227200.300.590.3229.4141.4648.24
HexAE7A4801E3B201d2930
Octal2561721100367340355160
Binary101011101111010100100001111011101110000011101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7A48; }

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

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

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

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

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

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

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

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