#AE7A46

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

Shades of Muddy Waters #AE7A46

Tints of Muddy Waters #AE7A46

Color information

#AE7A46 (or 0xAE7A46) is unknown color: approx Muddy Waters. HEX triplet: AE, 7A and 46. RGB value is (174,122,70). Sum of RGB (Red+Green+Blue) = 174+122+70=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7A46 is #5185B9. Grayscale: #838383. Windows color (decimal): -5342650 or 4618926. OLE color: 4618926.

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

Color convert

RGB17412270-
CMYK00.300.600.32
HSL30º42.62%47.84%-
HSV(B)30º59.77%68.24%-
XYZ25.5223.368.96-
YUV131.6293.23158.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.54%
GREEN value IS 122 (48.05% from 255) = 33.33%
BLUE value IS 70 (27.73% from 255) = 19.13%
R=47.54%
G=33.33%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741227000.300.600.323042.6247.84
HexAE7A4601E3C201e2b30
Octal2561721060367440365360
Binary101011101111010100011001111011110010000011110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7A46; }

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

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

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

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

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

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

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

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