Html Css Color HEX #AE8450 Muddy Waters

📋 copy color: '#AE8450'

red 174 ◦ green 132 ◦ blue 80

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

Shades of Muddy Waters #AE8450

Tints of Muddy Waters #AE8450

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.2%

 BLUE value IS 80 (31.64% from 255) = 20.73%

R = 45.08%
G = 34.2%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AE8450 (or 0xAE8450) is known color: Muddy Waters. HEX triplet: AE, 84 and 50. RGB value is (174,132,80). Sum of RGB (Red+Green+Blue) = 174+132+80=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8450 is #517BAF. Grayscale: #8A8A8A. Windows color (decimal): -5340080 or 5276846. OLE color: 5276846.

HSL color Cylindrical-coordinate representation of color #AE8450: hue angle of 33.19º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE8450 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 132 80 -
CMYK 0 0.24 0.54 0.32
HSL 33.19º 0.37% 0.5% -
HSV(B) 33.19º 0.54% 0.68% -
XYZ 27.15 26.08 11.19 -
YUV 138.63 94.91 153.23 -
System Red Green Blue C M Y K H S L
Decimal 174 132 80 0 0.24 0.54 0.32 33.19 0.37 0.5
Hex AE 84 50 0 18 36 20 21 25 32
Octal 256 204 120 0 30 66 40 41 45 62
Binary 10101110 10000100 1010000 0 11000 110110 100000 100001 100101 110010

Color Harmonies of #AE8450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8450

Black with #AE8450

Text Example


Text Example

White with #AE8450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8450; }

 p { color: rgb(174,132,80); }

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

background-color css

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

 a { background-color: rgb(174,132,80); }

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

border-color css

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

 span { border-color: rgb(174,132,80); }

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