#AE8648

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

Shades of Muddy Waters #AE8648

Tints of Muddy Waters #AE8648

Color information

#AE8648 (or 0xAE8648) is unknown color: approx Muddy Waters. HEX triplet: AE, 86 and 48. RGB value is (174,134,72). Sum of RGB (Red+Green+Blue) = 174+134+72=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8648 is #5179B7. Grayscale: #8B8B8B. Windows color (decimal): -5339576 or 4753070. OLE color: 4753070.

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

Color convert

RGB17413472-
CMYK00.230.590.32
HSL36.47º41.46%48.24%-
HSV(B)36.47º58.62%68.24%-
XYZ27.1526.529.82-
YUV138.8990.25153.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.79%
GREEN value IS 134 (52.73% from 255) = 35.26%
BLUE value IS 72 (28.52% from 255) = 18.95%
R=45.79%
G=35.26%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741347200.230.590.3236.4741.4648.24
HexAE86480173B20242930
Octal2562061100277340445160
Binary10101110100001101001000010111111011100000100100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8648; }

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

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

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

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

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

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

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

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