#AE7B4F

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

Shades of Muddy Waters #AE7B4F

Tints of Muddy Waters #AE7B4F

Color information

#AE7B4F (or 0xAE7B4F) is unknown color: approx Muddy Waters. HEX triplet: AE, 7B and 4F. RGB value is (174,123,79). Sum of RGB (Red+Green+Blue) = 174+123+79=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7B4F is #5184B0. Grayscale: #858585. Windows color (decimal): -5342385 or 5209006. OLE color: 5209006.

HSL color Cylindrical-coordinate representation of color #AE7B4F: hue angle of 27.79º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE7B4F is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB17412379-
CMYK00.290.550.32
HSL27.79º37.55%49.61%-
HSV(B)27.79º54.6%68.24%-
XYZ25.9523.7310.61-
YUV133.2397.4157.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.28%
GREEN value IS 123 (48.44% from 255) = 32.71%
BLUE value IS 79 (31.25% from 255) = 21.01%
R=46.28%
G=32.71%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741237900.290.550.3227.7937.5549.61
HexAE7B4F01D37201c2632
Octal2561731170356740344662
Binary101011101111011100111101110111011110000011100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7B4F; }

 p { color: rgb(174,123,79); }

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

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

 a { background-color: rgb(174,123,79); }

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

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

 span { border-color: rgb(174,123,79); }

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