#AE8054

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

Shades of Muddy Waters #AE8054

Tints of Muddy Waters #AE8054

Color information

#AE8054 (or 0xAE8054) is unknown color: approx Muddy Waters. HEX triplet: AE, 80 and 54. RGB value is (174,128,84). Sum of RGB (Red+Green+Blue) = 174+128+84=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8054 is #517FAB. Grayscale: #888888. Windows color (decimal): -5341100 or 5537966. OLE color: 5537966.

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

Color convert

RGB17412884-
CMYK00.260.520.32
HSL29.33º35.71%50.59%-
HSV(B)29.33º51.72%68.24%-
XYZ26.7725.0811.82-
YUV136.7498.24154.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.08%
GREEN value IS 128 (50.39% from 255) = 33.16%
BLUE value IS 84 (33.20% from 255) = 21.76%
R=45.08%
G=33.16%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741288400.260.520.3229.3335.7150.59
HexAE805401A34201d2433
Octal2562001240326440354463
Binary1010111010000000101010001101011010010000011101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8054; }

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

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

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

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

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

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

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

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