#AE884B

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

Shades of Muddy Waters #AE884B

Tints of Muddy Waters #AE884B

Color information

#AE884B (or 0xAE884B) is unknown color: approx Muddy Waters. HEX triplet: AE, 88 and 4B. RGB value is (174,136,75). Sum of RGB (Red+Green+Blue) = 174+136+75=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE884B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE884B is #5177B4. Grayscale: #8C8C8C. Windows color (decimal): -5339061 or 4950190. OLE color: 4950190.

HSL color Cylindrical-coordinate representation of color #AE884B: hue angle of 36.97º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE884B is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB17413675-
CMYK00.220.570.32
HSL36.97º39.76%48.82%-
HSV(B)36.97º56.9%68.24%-
XYZ27.5327.1110.44-
YUV140.4191.09151.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.19%
GREEN value IS 136 (53.52% from 255) = 35.32%
BLUE value IS 75 (29.69% from 255) = 19.48%
R=45.19%
G=35.32%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741367500.220.570.3236.9739.7648.82
HexAE884B0163920252831
Octal2562101130267140455061
Binary10101110100010001001011010110111001100000100101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE884B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE884B; }

 p { color: rgb(174,136,75); }

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

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

 a { background-color: rgb(174,136,75); }

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

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

 span { border-color: rgb(174,136,75); }

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