Html Css Color HEX #AE8544 Muddy Waters

📋 copy color: '#AE8544'

red 174 ◦ green 133 ◦ blue 68

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

Shades of Muddy Waters #AE8544

Tints of Muddy Waters #AE8544

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.47%

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

R = 46.4%
G = 35.47%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE8544 (or 0xAE8544) is known color: Muddy Waters. HEX triplet: AE, 85 and 44. RGB value is (174,133,68). Sum of RGB (Red+Green+Blue) = 174+133+68=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8544 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8544 is #517ABB. Grayscale: #8A8A8A. Windows color (decimal): -5339836 or 4490670. OLE color: 4490670.

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

Color convert

RGB 174 133 68 -
CMYK 0 0.24 0.61 0.32
HSL 36.79º 0.44% 0.47% -
HSV(B) 36.79º 0.61% 0.68% -
XYZ 26.89 26.19 9.11 -
YUV 137.85 88.58 153.79 -
System Red Green Blue C M Y K H S L
Decimal 174 133 68 0 0.24 0.61 0.32 36.79 0.44 0.47
Hex AE 85 44 0 18 3D 20 25 2C 2F
Octal 256 205 104 0 30 75 40 45 54 57
Binary 10101110 10000101 1000100 0 11000 111101 100000 100101 101100 101111

Color Harmonies of #AE8544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8544

Black with #AE8544

Text Example


Text Example

White with #AE8544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8544; }

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

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

background-color css

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

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

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

border-color css

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

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

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