Html Css Color HEX #AE884A Muddy Waters

📋 copy color: '#AE884A'

red 174 ◦ green 136 ◦ blue 74

#AE884A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Muddy Waters #AE884A

Tints of Muddy Waters #AE884A

RGB

 RED value IS 174 (68.36% from 255) = 45.31%

 GREEN value IS 136 (53.52% from 255) = 35.42%

 BLUE value IS 74 (29.3% from 255) = 19.27%

R = 45.31%
G = 35.42%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE884A (or 0xAE884A) is known color: Muddy Waters. HEX triplet: AE, 88 and 4A. RGB value is (174,136,74). Sum of RGB (Red+Green+Blue) = 174+136+74=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE884A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE884A is #5177B5. Grayscale: #8C8C8C. Windows color (decimal): -5339062 or 4884654. OLE color: 4884654.

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

Color convert

RGB 174 136 74 -
CMYK 0 0.22 0.57 0.32
HSL 37.2º 0.4% 0.49% -
HSV(B) 37.2º 0.57% 0.68% -
XYZ 27.5 27.1 10.26 -
YUV 140.29 90.59 152.04 -
System Red Green Blue C M Y K H S L
Decimal 174 136 74 0 0.22 0.57 0.32 37.2 0.4 0.49
Hex AE 88 4A 0 16 39 20 25 28 31
Octal 256 210 112 0 26 71 40 45 50 61
Binary 10101110 10001000 1001010 0 10110 111001 100000 100101 101000 110001

Color Harmonies of #AE884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE884A

Black with #AE884A

Text Example


Text Example

White with #AE884A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE884A; }

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

 H1.HeaderClassName
 {
   color: #AE884A;
 }
 .AnyTagClassName
 {
   color: #AE884A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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