#AE7B42

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

Shades of Muddy Waters #AE7B42

Tints of Muddy Waters #AE7B42

Color information

#AE7B42 (or 0xAE7B42) is unknown color: approx Muddy Waters. HEX triplet: AE, 7B and 42. RGB value is (174,123,66). Sum of RGB (Red+Green+Blue) = 174+123+66=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7B42 is #5184BD. Grayscale: #848484. Windows color (decimal): -5342398 or 4357038. OLE color: 4357038.

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

Color convert

RGB17412366-
CMYK00.290.620.32
HSL31.67º45%47.06%-
HSV(B)31.67º62.07%68.24%-
XYZ25.5223.568.36-
YUV131.7590.9158.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.93%
GREEN value IS 123 (48.44% from 255) = 33.88%
BLUE value IS 66 (26.17% from 255) = 18.18%
R=47.93%
G=33.88%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741236600.290.620.3231.674547.06
HexAE7B4201D3E20202d2f
Octal2561731020357640405557
Binary1010111011110111000010011101111110100000100000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7B42; }

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

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

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

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

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

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

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

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