Html Css Color HEX #AE8649 Muddy Waters

📋 copy color: '#AE8649'

red 174 ◦ green 134 ◦ blue 73

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

Shades of Muddy Waters #AE8649

Tints of Muddy Waters #AE8649

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.17%

 BLUE value IS 73 (28.91% from 255) = 19.16%

R = 45.67%
G = 35.17%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AE8649 (or 0xAE8649) is known color: Muddy Waters. HEX triplet: AE, 86 and 49. RGB value is (174,134,73). Sum of RGB (Red+Green+Blue) = 174+134+73=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8649 is #5179B6. Grayscale: #8B8B8B. Windows color (decimal): -5339575 or 4818606. OLE color: 4818606.

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

Color convert

RGB 174 134 73 -
CMYK 0 0.23 0.58 0.32
HSL 36.24º 0.41% 0.48% -
HSV(B) 36.24º 0.58% 0.68% -
XYZ 27.18 26.53 9.99 -
YUV 139.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 174 134 73 0 0.23 0.58 0.32 36.24 0.41 0.48
Hex AE 86 49 0 17 3A 20 24 29 30
Octal 256 206 111 0 27 72 40 44 51 60
Binary 10101110 10000110 1001001 0 10111 111010 100000 100100 101001 110000

Color Harmonies of #AE8649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8649

Black with #AE8649

Text Example


Text Example

White with #AE8649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8649; }

 p { color: rgb(174,134,73); }

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

background-color css

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

 a { background-color: rgb(174,134,73); }

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

border-color css

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

 span { border-color: rgb(174,134,73); }

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