#AE8056

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

Shades of Muddy Waters #AE8056

Tints of Muddy Waters #AE8056

Color information

#AE8056 (or 0xAE8056) is unknown color: approx Muddy Waters. HEX triplet: AE, 80 and 56. RGB value is (174,128,86). Sum of RGB (Red+Green+Blue) = 174+128+86=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8056 is #517FA9. Grayscale: #898989. Windows color (decimal): -5341098 or 5669038. OLE color: 5669038.

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

Color convert

RGB17412886-
CMYK00.260.510.32
HSL28.64º35.2%50.98%-
HSV(B)28.64º50.57%68.24%-
XYZ26.8525.1112.24-
YUV136.9799.24154.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.85%
GREEN value IS 128 (50.39% from 255) = 32.99%
BLUE value IS 86 (33.98% from 255) = 22.16%
R=44.85%
G=32.99%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741288600.260.510.3228.6435.250.98
HexAE805601A33201d2333
Octal2562001260326340354363
Binary1010111010000000101011001101011001110000011101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8056; }

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

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

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

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

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

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

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

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