Html Css Color HEX #AE7D4C Muddy Waters

📋 copy color: '#AE7D4C'

red 174 ◦ green 125 ◦ blue 76

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

Shades of Muddy Waters #AE7D4C

Tints of Muddy Waters #AE7D4C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.33%

 BLUE value IS 76 (30.08% from 255) = 20.27%

R = 46.4%
G = 33.33%
B = 20.27%

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

#AE7D4C (or 0xAE7D4C) is known color: Muddy Waters. HEX triplet: AE, 7D and 4C. RGB value is (174,125,76). Sum of RGB (Red+Green+Blue) = 174+125+76=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7D4C is #5182B3. Grayscale: #868686. Windows color (decimal): -5341876 or 5012910. OLE color: 5012910.

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

Color convert

RGB 174 125 76 -
CMYK 0 0.28 0.56 0.32
HSL 30º 0.39% 0.49% -
HSV(B) 30º 0.56% 0.68% -
XYZ 26.09 24.19 10.13 -
YUV 134.07 95.23 156.48 -
System Red Green Blue C M Y K H S L
Decimal 174 125 76 0 0.28 0.56 0.32 30 0.39 0.49
Hex AE 7D 4C 0 1C 38 20 1E 27 31
Octal 256 175 114 0 34 70 40 36 47 61
Binary 10101110 1111101 1001100 0 11100 111000 100000 11110 100111 110001

Color Harmonies of #AE7D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7D4C

Black with #AE7D4C

Text Example


Text Example

White with #AE7D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7D4C; }

 p { color: rgb(174,125,76); }

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

background-color css

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

 a { background-color: rgb(174,125,76); }

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

border-color css

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

 span { border-color: rgb(174,125,76); }

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