Html Css Color HEX #AE824D Muddy Waters

📋 copy color: '#AE824D'

red 174 ◦ green 130 ◦ blue 77

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

Shades of Muddy Waters #AE824D

Tints of Muddy Waters #AE824D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.12%

 BLUE value IS 77 (30.47% from 255) = 20.21%

R = 45.67%
G = 34.12%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE824D (or 0xAE824D) is known color: Muddy Waters. HEX triplet: AE, 82 and 4D. RGB value is (174,130,77). Sum of RGB (Red+Green+Blue) = 174+130+77=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE824D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE824D is #517DB2. Grayscale: #898989. Windows color (decimal): -5340595 or 5079726. OLE color: 5079726.

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

Color convert

RGB 174 130 77 -
CMYK 0 0.25 0.56 0.32
HSL 32.78º 0.39% 0.49% -
HSV(B) 32.78º 0.56% 0.68% -
XYZ 26.78 25.5 10.53 -
YUV 137.11 94.08 154.31 -
System Red Green Blue C M Y K H S L
Decimal 174 130 77 0 0.25 0.56 0.32 32.78 0.39 0.49
Hex AE 82 4D 0 19 38 20 21 27 31
Octal 256 202 115 0 31 70 40 41 47 61
Binary 10101110 10000010 1001101 0 11001 111000 100000 100001 100111 110001

Color Harmonies of #AE824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE824D

Black with #AE824D

Text Example


Text Example

White with #AE824D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE824D; }

 p { color: rgb(174,130,77); }

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

background-color css

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

 a { background-color: rgb(174,130,77); }

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

border-color css

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

 span { border-color: rgb(174,130,77); }

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