Html Css Color HEX #AE884C Muddy Waters

📋 copy color: '#AE884C'

red 174 ◦ green 136 ◦ blue 76

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

Shades of Muddy Waters #AE884C

Tints of Muddy Waters #AE884C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.23%

 BLUE value IS 76 (30.08% from 255) = 19.69%

R = 45.08%
G = 35.23%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE884C (or 0xAE884C) is known color: Muddy Waters. HEX triplet: AE, 88 and 4C. RGB value is (174,136,76). Sum of RGB (Red+Green+Blue) = 174+136+76=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE884C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE884C is #5177B3. Grayscale: #8C8C8C. Windows color (decimal): -5339060 or 5015726. OLE color: 5015726.

HSL color Cylindrical-coordinate representation of color #AE884C: hue angle of 36.73º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE884C is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 136 76 -
CMYK 0 0.22 0.56 0.32
HSL 36.73º 0.39% 0.49% -
HSV(B) 36.73º 0.56% 0.68% -
XYZ 27.56 27.13 10.62 -
YUV 140.52 91.59 151.88 -
System Red Green Blue C M Y K H S L
Decimal 174 136 76 0 0.22 0.56 0.32 36.73 0.39 0.49
Hex AE 88 4C 0 16 38 20 25 27 31
Octal 256 210 114 0 26 70 40 45 47 61
Binary 10101110 10001000 1001100 0 10110 111000 100000 100101 100111 110001

Color Harmonies of #AE884C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE884C

Black with #AE884C

Text Example


Text Example

White with #AE884C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE884C; }

 p { color: rgb(174,136,76); }

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

background-color css

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

 a { background-color: rgb(174,136,76); }

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

border-color css

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

 span { border-color: rgb(174,136,76); }

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