#AE8043

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

Shades of Muddy Waters #AE8043

Tints of Muddy Waters #AE8043

Color information

#AE8043 (or 0xAE8043) is unknown color: approx Muddy Waters. HEX triplet: AE, 80 and 43. RGB value is (174,128,67). Sum of RGB (Red+Green+Blue) = 174+128+67=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 67 (26.56% from 255 or 18.16% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8043 is #517FBC. Grayscale: #878787. Windows color (decimal): -5341117 or 4423854. OLE color: 4423854.

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

Color convert

RGB17412867-
CMYK00.260.610.32
HSL34.21º44.4%47.25%-
HSV(B)34.21º61.49%68.24%-
XYZ26.1924.848.72-
YUV134.889.74155.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.15%
GREEN value IS 128 (50.39% from 255) = 34.69%
BLUE value IS 67 (26.56% from 255) = 18.16%
R=47.15%
G=34.69%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741286700.260.610.3234.2144.447.25
HexAE804301A3D20222c2f
Octal2562001030327540425457
Binary10101110100000001000011011010111101100000100010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8043; }

 p { color: rgb(174,128,67); }

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

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

 a { background-color: rgb(174,128,67); }

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

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

 span { border-color: rgb(174,128,67); }

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