#AE8144

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

Shades of Muddy Waters #AE8144

Tints of Muddy Waters #AE8144

Color information

#AE8144 (or 0xAE8144) is unknown color: approx Muddy Waters. HEX triplet: AE, 81 and 44. RGB value is (174,129,68). Sum of RGB (Red+Green+Blue) = 174+129+68=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8144 is #517EBB. Grayscale: #878787. Windows color (decimal): -5340860 or 4489646. OLE color: 4489646.

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

Color convert

RGB17412968-
CMYK00.260.610.32
HSL34.53º43.8%47.45%-
HSV(B)34.53º60.92%68.24%-
XYZ26.3525.128.93-
YUV135.589.91155.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.90%
GREEN value IS 129 (50.78% from 255) = 34.77%
BLUE value IS 68 (26.95% from 255) = 18.33%
R=46.90%
G=34.77%
B=18.33%

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
Decimal1741296800.260.610.3234.5343.847.45
HexAE814401A3D20232c2f
Octal2562011040327540435457
Binary10101110100000011000100011010111101100000100011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8144; }

 p { color: rgb(174,129,68); }

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

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

 a { background-color: rgb(174,129,68); }

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

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

 span { border-color: rgb(174,129,68); }

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