#ae7a4c

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

Shades of Muddy Waters #AE7A4C

Tints of Muddy Waters #AE7A4C

Color information

#AE7A4C (or 0xAE7A4C) is unknown color: approx Muddy Waters. HEX triplet: AE, 7A and 4C. RGB value is (174,122,76). Sum of RGB (Red+Green+Blue) = 174+122+76=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7A4C is #5185B3. Grayscale: #848484. Windows color (decimal): -5342644 or 5012142. OLE color: 5012142.

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

Color convert

RGB17412276-
CMYK00.300.560.32
HSL28.16º39.2%49.02%-
HSV(B)28.16º56.32%68.24%-
XYZ25.7223.4410.01-
YUV132.396.23157.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.77%
GREEN value IS 122 (48.05% from 255) = 32.80%
BLUE value IS 76 (30.08% from 255) = 20.43%
R=46.77%
G=32.80%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741227600.300.560.3228.1639.249.02
HexAE7A4C01E38201c2731
Octal2561721140367040344761
Binary101011101111010100110001111011100010000011100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae7a4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae7a4c; }

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

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

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

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

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

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

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

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