Html Css Color HEX #AE8049 Muddy Waters

📋 copy color: '#AE8049'

red 174 ◦ green 128 ◦ blue 73

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

Shades of Muddy Waters #AE8049

Tints of Muddy Waters #AE8049

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.13%

 BLUE value IS 73 (28.91% from 255) = 19.47%

R = 46.4%
G = 34.13%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AE8049 (or 0xAE8049) is known color: Muddy Waters. HEX triplet: AE, 80 and 49. RGB value is (174,128,73). Sum of RGB (Red+Green+Blue) = 174+128+73=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8049 is #517FB6. Grayscale: #878787. Windows color (decimal): -5341111 or 4817070. OLE color: 4817070.

HSL color Cylindrical-coordinate representation of color #AE8049: hue angle of 32.67º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE8049 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 128 73 -
CMYK 0 0.26 0.58 0.32
HSL 32.67º 0.41% 0.48% -
HSV(B) 32.67º 0.58% 0.68% -
XYZ 26.38 24.92 9.72 -
YUV 135.48 92.74 155.47 -
System Red Green Blue C M Y K H S L
Decimal 174 128 73 0 0.26 0.58 0.32 32.67 0.41 0.48
Hex AE 80 49 0 1A 3A 20 21 29 30
Octal 256 200 111 0 32 72 40 41 51 60
Binary 10101110 10000000 1001001 0 11010 111010 100000 100001 101001 110000

Color Harmonies of #AE8049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8049

Black with #AE8049

Text Example


Text Example

White with #AE8049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8049; }

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

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

background-color css

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

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

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

border-color css

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

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

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