#AE854A

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

Shades of Muddy Waters #AE854A

Tints of Muddy Waters #AE854A

Color information

#AE854A (or 0xAE854A) is unknown color: approx Muddy Waters. HEX triplet: AE, 85 and 4A. RGB value is (174,133,74). Sum of RGB (Red+Green+Blue) = 174+133+74=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE854A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE854A is #517AB5. Grayscale: #8A8A8A. Windows color (decimal): -5339830 or 4883886. OLE color: 4883886.

HSL color Cylindrical-coordinate representation of color #AE854A: hue angle of 35.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE854A is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB17413374-
CMYK00.240.570.32
HSL35.4º40.32%48.63%-
HSV(B)35.4º57.47%68.24%-
XYZ27.0826.2710.12-
YUV138.5391.58153.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.67%
GREEN value IS 133 (52.34% from 255) = 34.91%
BLUE value IS 74 (29.30% from 255) = 19.42%
R=45.67%
G=34.91%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741337400.240.570.3235.440.3248.63
HexAE854A0183920232831
Octal2562051120307140435061
Binary10101110100001011001010011000111001100000100011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE854A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE854A; }

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

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

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

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

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

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

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

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