Html Css Color HEX #AE7E4D Muddy Waters

📋 copy color: '#AE7E4D'

red 174 ◦ green 126 ◦ blue 77

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

Shades of Muddy Waters #AE7E4D

Tints of Muddy Waters #AE7E4D

RGB

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

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

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

R = 46.15%
G = 33.42%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE7E4D (or 0xAE7E4D) is known color: Muddy Waters. HEX triplet: AE, 7E and 4D. RGB value is (174,126,77). Sum of RGB (Red+Green+Blue) = 174+126+77=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7E4D is #5181B2. Grayscale: #878787. Windows color (decimal): -5341619 or 5078702. OLE color: 5078702.

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

Color convert

RGB 174 126 77 -
CMYK 0 0.28 0.56 0.32
HSL 30.31º 0.39% 0.49% -
HSV(B) 30.31º 0.56% 0.68% -
XYZ 26.26 24.46 10.36 -
YUV 134.77 95.4 155.98 -
System Red Green Blue C M Y K H S L
Decimal 174 126 77 0 0.28 0.56 0.32 30.31 0.39 0.49
Hex AE 7E 4D 0 1C 38 20 1E 27 31
Octal 256 176 115 0 34 70 40 36 47 61
Binary 10101110 1111110 1001101 0 11100 111000 100000 11110 100111 110001

Color Harmonies of #AE7E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7E4D

Black with #AE7E4D

Text Example


Text Example

White with #AE7E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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