Html Css Color HEX #AE8344 Muddy Waters

📋 copy color: '#AE8344'

red 174 ◦ green 131 ◦ blue 68

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

Shades of Muddy Waters #AE8344

Tints of Muddy Waters #AE8344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.23%

R = 46.65%
G = 35.12%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE8344 (or 0xAE8344) is known color: Muddy Waters. HEX triplet: AE, 83 and 44. RGB value is (174,131,68). Sum of RGB (Red+Green+Blue) = 174+131+68=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8344 is #517CBB. Grayscale: #888888. Windows color (decimal): -5340348 or 4490158. OLE color: 4490158.

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

Color convert

RGB 174 131 68 -
CMYK 0 0.25 0.61 0.32
HSL 35.66º 0.44% 0.47% -
HSV(B) 35.66º 0.61% 0.68% -
XYZ 26.62 25.65 9.02 -
YUV 136.68 89.25 154.62 -
System Red Green Blue C M Y K H S L
Decimal 174 131 68 0 0.25 0.61 0.32 35.66 0.44 0.47
Hex AE 83 44 0 19 3D 20 24 2C 2F
Octal 256 203 104 0 31 75 40 44 54 57
Binary 10101110 10000011 1000100 0 11001 111101 100000 100100 101100 101111

Color Harmonies of #AE8344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8344

Black with #AE8344

Text Example


Text Example

White with #AE8344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8344; }

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

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

background-color css

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

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

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

border-color css

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

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

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