#AE8042

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

Shades of Muddy Waters #AE8042

Tints of Muddy Waters #AE8042

Color information

#AE8042 (or 0xAE8042) is unknown color: approx Muddy Waters. HEX triplet: AE, 80 and 42. RGB value is (174,128,66). Sum of RGB (Red+Green+Blue) = 174+128+66=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8042 is #517FBD. Grayscale: #868686. Windows color (decimal): -5341118 or 4358318. OLE color: 4358318.

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

Color convert

RGB17412866-
CMYK00.260.620.32
HSL34.44º45%47.06%-
HSV(B)34.44º62.07%68.24%-
XYZ26.1624.838.57-
YUV134.6989.24156.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.28%
GREEN value IS 128 (50.39% from 255) = 34.78%
BLUE value IS 66 (26.17% from 255) = 17.93%
R=47.28%
G=34.78%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741286600.260.620.3234.444547.06
HexAE804201A3E20222d2f
Octal2562001020327640425557
Binary10101110100000001000010011010111110100000100010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8042; }

 p { color: rgb(174,128,66); }

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

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

 a { background-color: rgb(174,128,66); }

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

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

 span { border-color: rgb(174,128,66); }

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