#AE874A

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

Shades of Muddy Waters #AE874A

Tints of Muddy Waters #AE874A

Color information

#AE874A (or 0xAE874A) is unknown color: approx Muddy Waters. HEX triplet: AE, 87 and 4A. RGB value is (174,135,74). Sum of RGB (Red+Green+Blue) = 174+135+74=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE874A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE874A is #5178B5. Grayscale: #8B8B8B. Windows color (decimal): -5339318 or 4884398. OLE color: 4884398.

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

Color convert

RGB17413574-
CMYK00.220.570.32
HSL36.6º40.32%48.63%-
HSV(B)36.6º57.47%68.24%-
XYZ27.3626.8210.21-
YUV139.7190.92152.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.43%
GREEN value IS 135 (53.12% from 255) = 35.25%
BLUE value IS 74 (29.30% from 255) = 19.32%
R=45.43%
G=35.25%
B=19.32%

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
Decimal1741357400.220.570.3236.640.3248.63
HexAE874A0163920252831
Octal2562071120267140455061
Binary10101110100001111001010010110111001100000100101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE874A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE874A; }

 p { color: rgb(174,135,74); }

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

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

 a { background-color: rgb(174,135,74); }

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

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

 span { border-color: rgb(174,135,74); }

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