#AE814E

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

Shades of Muddy Waters #AE814E

Tints of Muddy Waters #AE814E

Color information

#AE814E (or 0xAE814E) is unknown color: approx Muddy Waters. HEX triplet: AE, 81 and 4E. RGB value is (174,129,78). Sum of RGB (Red+Green+Blue) = 174+129+78=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE814E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE814E is #517EB1. Grayscale: #888888. Windows color (decimal): -5340850 or 5145006. OLE color: 5145006.

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

Color convert

RGB17412978-
CMYK00.260.550.32
HSL31.88º38.1%49.41%-
HSV(B)31.88º55.17%68.24%-
XYZ26.6825.2510.68-
YUV136.6494.91154.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.67%
GREEN value IS 129 (50.78% from 255) = 33.86%
BLUE value IS 78 (30.86% from 255) = 20.47%
R=45.67%
G=33.86%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741297800.260.550.3231.8838.149.41
HexAE814E01A3720202631
Octal2562011160326740404661
Binary10101110100000011001110011010110111100000100000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE814E; }

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

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

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

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

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

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

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

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