#AE8545

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

Shades of Muddy Waters #AE8545

Tints of Muddy Waters #AE8545

Color information

#AE8545 (or 0xAE8545) is unknown color: approx Muddy Waters. HEX triplet: AE, 85 and 45. RGB value is (174,133,69). Sum of RGB (Red+Green+Blue) = 174+133+69=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8545 is #517ABA. Grayscale: #8A8A8A. Windows color (decimal): -5339835 or 4556206. OLE color: 4556206.

HSL color Cylindrical-coordinate representation of color #AE8545: hue angle of 36.57º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE8545 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB17413369-
CMYK00.240.600.32
HSL36.57º43.21%47.65%-
HSV(B)36.57º60.34%68.24%-
XYZ26.9226.29.27-
YUV137.9689.08153.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.28%
GREEN value IS 133 (52.34% from 255) = 35.37%
BLUE value IS 69 (27.34% from 255) = 18.35%
R=46.28%
G=35.37%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741336900.240.600.3236.5743.2147.65
HexAE85450183C20252b30
Octal2562051050307440455360
Binary10101110100001011000101011000111100100000100101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8545; }

 p { color: rgb(174,133,69); }

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

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

 a { background-color: rgb(174,133,69); }

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

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

 span { border-color: rgb(174,133,69); }

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