#AE804A

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

Shades of Muddy Waters #AE804A

Tints of Muddy Waters #AE804A

Color information

#AE804A (or 0xAE804A) is unknown color: approx Muddy Waters. HEX triplet: AE, 80 and 4A. RGB value is (174,128,74). Sum of RGB (Red+Green+Blue) = 174+128+74=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE804A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE804A is #517FB5. Grayscale: #878787. Windows color (decimal): -5341110 or 4882606. OLE color: 4882606.

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

Color convert

RGB17412874-
CMYK00.260.570.32
HSL32.4º40.32%48.63%-
HSV(B)32.4º57.47%68.24%-
XYZ26.4124.939.9-
YUV135.693.24155.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.28%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 74 (29.30% from 255) = 19.68%
R=46.28%
G=34.04%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741287400.260.570.3232.440.3248.63
HexAE804A01A3920202831
Octal2562001120327140405061
Binary10101110100000001001010011010111001100000100000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE804A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE804A; }

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

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

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

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

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

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

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

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