#AE804E

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

Shades of Muddy Waters #AE804E

Tints of Muddy Waters #AE804E

Color information

#AE804E (or 0xAE804E) is unknown color: approx Muddy Waters. HEX triplet: AE, 80 and 4E. RGB value is (174,128,78). Sum of RGB (Red+Green+Blue) = 174+128+78=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE804E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE804E is #517FB1. Grayscale: #888888. Windows color (decimal): -5341106 or 5144750. OLE color: 5144750.

HSL color Cylindrical-coordinate representation of color #AE804E: hue angle of 31.25º 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 #AE804E is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB17412878-
CMYK00.260.550.32
HSL31.25º38.1%49.41%-
HSV(B)31.25º55.17%68.24%-
XYZ26.5524.9910.63-
YUV136.0595.24155.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.79%
GREEN value IS 128 (50.39% from 255) = 33.68%
BLUE value IS 78 (30.86% from 255) = 20.53%
R=45.79%
G=33.68%
B=20.53%

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
Decimal1741287800.260.550.3231.2538.149.41
HexAE804E01A37201f2631
Octal2562001160326740374661
Binary1010111010000000100111001101011011110000011111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE804E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE804E; }

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

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

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

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

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

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

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

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