#ae8544

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

Shades of Muddy Waters #AE8544

Tints of Muddy Waters #AE8544

Color information

#AE8544 (or 0xAE8544) is unknown color: approx Muddy Waters. HEX triplet: AE, 85 and 44. RGB value is (174,133,68). Sum of RGB (Red+Green+Blue) = 174+133+68=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8544 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8544 is #517ABB. Grayscale: #8A8A8A. Windows color (decimal): -5339836 or 4490670. OLE color: 4490670.

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

Color convert

RGB17413368-
CMYK00.240.610.32
HSL36.79º43.8%47.45%-
HSV(B)36.79º60.92%68.24%-
XYZ26.8926.199.11-
YUV137.8588.58153.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.4%
GREEN value IS 133 (52.34% from 255) = 35.47%
BLUE value IS 68 (26.95% from 255) = 18.13%
R=46.4%
G=35.47%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741336800.240.610.3236.7943.847.45
HexAE85440183D20252c2f
Octal2562051040307540455457
Binary10101110100001011000100011000111101100000100101101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae8544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae8544; }

 p { color: rgb(174,133,68); }

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

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

 a { background-color: rgb(174,133,68); }

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

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

 span { border-color: rgb(174,133,68); }

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