#AE804C

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

Shades of Muddy Waters #AE804C

Tints of Muddy Waters #AE804C

Color information

#AE804C (or 0xAE804C) is unknown color: approx Muddy Waters. HEX triplet: AE, 80 and 4C. RGB value is (174,128,76). Sum of RGB (Red+Green+Blue) = 174+128+76=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE804C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE804C is #517FB3. Grayscale: #888888. Windows color (decimal): -5341108 or 5013678. OLE color: 5013678.

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

Color convert

RGB17412876-
CMYK00.260.560.32
HSL31.84º39.2%49.02%-
HSV(B)31.84º56.32%68.24%-
XYZ26.4824.9610.26-
YUV135.8394.24155.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.03%
GREEN value IS 128 (50.39% from 255) = 33.86%
BLUE value IS 76 (30.08% from 255) = 20.11%
R=46.03%
G=33.86%
B=20.11%

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
Decimal1741287600.260.560.3231.8439.249.02
HexAE804C01A3820202731
Octal2562001140327040404761
Binary10101110100000001001100011010111000100000100000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE804C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE804C; }

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

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

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

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

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

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

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

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