Html Css Color HEX #AE824A Muddy Waters

📋 copy color: '#AE824A'

red 174 ◦ green 130 ◦ blue 74

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

Shades of Muddy Waters #AE824A

Tints of Muddy Waters #AE824A

RGB

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

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

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

R = 46.03%
G = 34.39%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE824A (or 0xAE824A) is known color: Muddy Waters. HEX triplet: AE, 82 and 4A. RGB value is (174,130,74). Sum of RGB (Red+Green+Blue) = 174+130+74=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE824A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE824A is #517DB5. Grayscale: #898989. Windows color (decimal): -5340598 or 4883118. OLE color: 4883118.

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

Color convert

RGB 174 130 74 -
CMYK 0 0.25 0.57 0.32
HSL 33.6º 0.4% 0.49% -
HSV(B) 33.6º 0.57% 0.68% -
XYZ 26.67 25.46 9.99 -
YUV 136.77 92.58 154.55 -
System Red Green Blue C M Y K H S L
Decimal 174 130 74 0 0.25 0.57 0.32 33.6 0.4 0.49
Hex AE 82 4A 0 19 39 20 22 28 31
Octal 256 202 112 0 31 71 40 42 50 61
Binary 10101110 10000010 1001010 0 11001 111001 100000 100010 101000 110001

Color Harmonies of #AE824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE824A

Black with #AE824A

Text Example


Text Example

White with #AE824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE824A; }

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

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

background-color css

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

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

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

border-color css

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

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

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