#AE8045

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

Shades of Muddy Waters #AE8045

Tints of Muddy Waters #AE8045

Color information

#AE8045 (or 0xAE8045) is unknown color: approx Muddy Waters. HEX triplet: AE, 80 and 45. RGB value is (174,128,69). Sum of RGB (Red+Green+Blue) = 174+128+69=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8045 is #517FBA. Grayscale: #878787. Windows color (decimal): -5341115 or 4554926. OLE color: 4554926.

HSL color Cylindrical-coordinate representation of color #AE8045: hue angle of 33.71º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE8045 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB17412869-
CMYK00.260.600.32
HSL33.71º43.21%47.65%-
HSV(B)33.71º60.34%68.24%-
XYZ26.2524.879.05-
YUV135.0390.74155.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.90%
GREEN value IS 128 (50.39% from 255) = 34.50%
BLUE value IS 69 (27.34% from 255) = 18.60%
R=46.90%
G=34.50%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741286900.260.600.3233.7143.2147.65
HexAE804501A3C20222b30
Octal2562001050327440425360
Binary10101110100000001000101011010111100100000100010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8045; }

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

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

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

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

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

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

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

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