Html Css Color HEX #AE8345 Muddy Waters

📋 copy color: '#AE8345'

red 174 ◦ green 131 ◦ blue 69

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

Shades of Muddy Waters #AE8345

Tints of Muddy Waters #AE8345

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.03%

 BLUE value IS 69 (27.34% from 255) = 18.45%

R = 46.52%
G = 35.03%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AE8345 (or 0xAE8345) is known color: Muddy Waters. HEX triplet: AE, 83 and 45. RGB value is (174,131,69). Sum of RGB (Red+Green+Blue) = 174+131+69=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8345 is #517CBA. Grayscale: #898989. Windows color (decimal): -5340347 or 4555694. OLE color: 4555694.

HSL color Cylindrical-coordinate representation of color #AE8345: hue angle of 35.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE8345 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 131 69 -
CMYK 0 0.25 0.60 0.32
HSL 35.43º 0.43% 0.48% -
HSV(B) 35.43º 0.6% 0.68% -
XYZ 26.65 25.66 9.18 -
YUV 136.79 89.75 154.54 -
System Red Green Blue C M Y K H S L
Decimal 174 131 69 0 0.25 0.60 0.32 35.43 0.43 0.48
Hex AE 83 45 0 19 3C 20 23 2B 30
Octal 256 203 105 0 31 74 40 43 53 60
Binary 10101110 10000011 1000101 0 11001 111100 100000 100011 101011 110000

Color Harmonies of #AE8345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8345

Black with #AE8345

Text Example


Text Example

White with #AE8345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8345; }

 p { color: rgb(174,131,69); }

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

background-color css

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

 a { background-color: rgb(174,131,69); }

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

border-color css

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

 span { border-color: rgb(174,131,69); }

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