Html Css Color HEX #AE8249 Muddy Waters

📋 copy color: '#AE8249'

red 174 ◦ green 130 ◦ blue 73

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

Shades of Muddy Waters #AE8249

Tints of Muddy Waters #AE8249

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.48%

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

R = 46.15%
G = 34.48%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AE8249 (or 0xAE8249) is known color: Muddy Waters. HEX triplet: AE, 82 and 49. RGB value is (174,130,73). Sum of RGB (Red+Green+Blue) = 174+130+73=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8249 is #517DB6. Grayscale: #888888. Windows color (decimal): -5340599 or 4817582. OLE color: 4817582.

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

Color convert

RGB 174 130 73 -
CMYK 0 0.25 0.58 0.32
HSL 33.86º 0.41% 0.48% -
HSV(B) 33.86º 0.58% 0.68% -
XYZ 26.64 25.44 9.81 -
YUV 136.66 92.08 154.63 -
System Red Green Blue C M Y K H S L
Decimal 174 130 73 0 0.25 0.58 0.32 33.86 0.41 0.48
Hex AE 82 49 0 19 3A 20 22 29 30
Octal 256 202 111 0 31 72 40 42 51 60
Binary 10101110 10000010 1001001 0 11001 111010 100000 100010 101001 110000

Color Harmonies of #AE8249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8249

Black with #AE8249

Text Example


Text Example

White with #AE8249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8249; }

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

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

background-color css

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

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

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

border-color css

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

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

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