Html Css Color HEX #AE7C42 Muddy Waters

📋 copy color: '#AE7C42'

red 174 ◦ green 124 ◦ blue 66

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

Shades of Muddy Waters #AE7C42

Tints of Muddy Waters #AE7C42

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.07%

 BLUE value IS 66 (26.17% from 255) = 18.13%

R = 47.8%
G = 34.07%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AE7C42 (or 0xAE7C42) is known color: Muddy Waters. HEX triplet: AE, 7C and 42. RGB value is (174,124,66). Sum of RGB (Red+Green+Blue) = 174+124+66=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7C42 is #5183BD. Grayscale: #848484. Windows color (decimal): -5342142 or 4357294. OLE color: 4357294.

HSL color Cylindrical-coordinate representation of color #AE7C42: hue angle of 32.22º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE7C42 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 124 66 -
CMYK 0 0.29 0.62 0.32
HSL 32.22º 0.45% 0.47% -
HSV(B) 32.22º 0.62% 0.68% -
XYZ 25.65 23.81 8.4 -
YUV 132.34 90.57 157.72 -
System Red Green Blue C M Y K H S L
Decimal 174 124 66 0 0.29 0.62 0.32 32.22 0.45 0.47
Hex AE 7C 42 0 1D 3E 20 20 2D 2F
Octal 256 174 102 0 35 76 40 40 55 57
Binary 10101110 1111100 1000010 0 11101 111110 100000 100000 101101 101111

Color Harmonies of #AE7C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7C42

Black with #AE7C42

Text Example


Text Example

White with #AE7C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7C42; }

 p { color: rgb(174,124,66); }

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

background-color css

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

 a { background-color: rgb(174,124,66); }

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

border-color css

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

 span { border-color: rgb(174,124,66); }

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