#AE814D

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

Shades of Muddy Waters #AE814D

Tints of Muddy Waters #AE814D

Color information

#AE814D (or 0xAE814D) is unknown color: approx Muddy Waters. HEX triplet: AE, 81 and 4D. RGB value is (174,129,77). Sum of RGB (Red+Green+Blue) = 174+129+77=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE814D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE814D is #517EB2. Grayscale: #888888. Windows color (decimal): -5340851 or 5079470. OLE color: 5079470.

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

Color convert

RGB17412977-
CMYK00.260.560.32
HSL32.16º38.65%49.22%-
HSV(B)32.16º55.75%68.24%-
XYZ26.6525.2410.49-
YUV136.5394.41154.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.79%
GREEN value IS 129 (50.78% from 255) = 33.95%
BLUE value IS 77 (30.47% from 255) = 20.26%
R=45.79%
G=33.95%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741297700.260.560.3232.1638.6549.22
HexAE814D01A3820202731
Octal2562011150327040404761
Binary10101110100000011001101011010111000100000100000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE814D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE814D; }

 p { color: rgb(174,129,77); }

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

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

 a { background-color: rgb(174,129,77); }

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

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

 span { border-color: rgb(174,129,77); }

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