#AE8049

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

Shades of Muddy Waters #AE8049

Tints of Muddy Waters #AE8049

Color information

#AE8049 (or 0xAE8049) is unknown color: approx Muddy Waters. HEX triplet: AE, 80 and 49. RGB value is (174,128,73). Sum of RGB (Red+Green+Blue) = 174+128+73=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8049 is #517FB6. Grayscale: #878787. Windows color (decimal): -5341111 or 4817070. OLE color: 4817070.

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

Color convert

RGB17412873-
CMYK00.260.580.32
HSL32.67º40.89%48.43%-
HSV(B)32.67º58.05%68.24%-
XYZ26.3824.929.72-
YUV135.4892.74155.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.4%
GREEN value IS 128 (50.39% from 255) = 34.13%
BLUE value IS 73 (28.91% from 255) = 19.47%
R=46.4%
G=34.13%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741287300.260.580.3232.6740.8948.43
HexAE804901A3A20212930
Octal2562001110327240415160
Binary10101110100000001001001011010111010100000100001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8049; }

 p { color: rgb(174,128,73); }

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

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

 a { background-color: rgb(174,128,73); }

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

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

 span { border-color: rgb(174,128,73); }

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