#AE8353

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

Shades of Muddy Waters #AE8353

Tints of Muddy Waters #AE8353

Color information

#AE8353 (or 0xAE8353) is unknown color: approx Muddy Waters. HEX triplet: AE, 83 and 53. RGB value is (174,131,83). Sum of RGB (Red+Green+Blue) = 174+131+83=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8353 is #517CAC. Grayscale: #8A8A8A. Windows color (decimal): -5340333 or 5473198. OLE color: 5473198.

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

Color convert

RGB17413183-
CMYK00.250.520.32
HSL31.65º35.97%50.39%-
HSV(B)31.65º52.3%68.24%-
XYZ27.1325.8611.74-
YUV138.3896.75153.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.85%
GREEN value IS 131 (51.56% from 255) = 33.76%
BLUE value IS 83 (32.81% from 255) = 21.39%
R=44.85%
G=33.76%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741318300.250.520.3231.6535.9750.39
HexAE83530193420202432
Octal2562031230316440404462
Binary10101110100000111010011011001110100100000100000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8353; }

 p { color: rgb(174,131,83); }

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

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

 a { background-color: rgb(174,131,83); }

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

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

 span { border-color: rgb(174,131,83); }

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