Html Css Color HEX #AE7E47 Muddy Waters

📋 copy color: '#AE7E47'

red 174 ◦ green 126 ◦ blue 71

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

Shades of Muddy Waters #AE7E47

Tints of Muddy Waters #AE7E47

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.96%

 BLUE value IS 71 (28.13% from 255) = 19.14%

R = 46.9%
G = 33.96%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AE7E47 (or 0xAE7E47) is known color: Muddy Waters. HEX triplet: AE, 7E and 47. RGB value is (174,126,71). Sum of RGB (Red+Green+Blue) = 174+126+71=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7E47 is #5181B8. Grayscale: #868686. Windows color (decimal): -5341625 or 4685486. OLE color: 4685486.

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

Color convert

RGB 174 126 71 -
CMYK 0 0.28 0.59 0.32
HSL 32.04º 0.42% 0.48% -
HSV(B) 32.04º 0.59% 0.68% -
XYZ 26.05 24.38 9.29 -
YUV 134.08 92.4 156.47 -
System Red Green Blue C M Y K H S L
Decimal 174 126 71 0 0.28 0.59 0.32 32.04 0.42 0.48
Hex AE 7E 47 0 1C 3B 20 20 2A 30
Octal 256 176 107 0 34 73 40 40 52 60
Binary 10101110 1111110 1000111 0 11100 111011 100000 100000 101010 110000

Color Harmonies of #AE7E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7E47

Black with #AE7E47

Text Example


Text Example

White with #AE7E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7E47; }

 p { color: rgb(174,126,71); }

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

background-color css

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

 a { background-color: rgb(174,126,71); }

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

border-color css

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

 span { border-color: rgb(174,126,71); }

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