#AE8449

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

Shades of Muddy Waters #AE8449

Tints of Muddy Waters #AE8449

Color information

#AE8449 (or 0xAE8449) is unknown color: approx Muddy Waters. HEX triplet: AE, 84 and 49. RGB value is (174,132,73). Sum of RGB (Red+Green+Blue) = 174+132+73=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8449 is #517BB6. Grayscale: #8A8A8A. Windows color (decimal): -5340087 or 4818094. OLE color: 4818094.

HSL color Cylindrical-coordinate representation of color #AE8449: hue angle of 35.05º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE8449 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB17413273-
CMYK00.240.580.32
HSL35.05º40.89%48.43%-
HSV(B)35.05º58.05%68.24%-
XYZ26.9125.989.9-
YUV137.8391.41153.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.91%
GREEN value IS 132 (51.95% from 255) = 34.83%
BLUE value IS 73 (28.91% from 255) = 19.26%
R=45.91%
G=34.83%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741327300.240.580.3235.0540.8948.43
HexAE84490183A20232930
Octal2562041110307240435160
Binary10101110100001001001001011000111010100000100011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8449; }

 p { color: rgb(174,132,73); }

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

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

 a { background-color: rgb(174,132,73); }

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

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

 span { border-color: rgb(174,132,73); }

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