Html Css Color HEX #AE814C Muddy Waters

📋 copy color: '#AE814C'

red 174 ◦ green 129 ◦ blue 76

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

Shades of Muddy Waters #AE814C

Tints of Muddy Waters #AE814C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.04%

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

R = 45.91%
G = 34.04%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE814C (or 0xAE814C) is known color: Muddy Waters. HEX triplet: AE, 81 and 4C. RGB value is (174,129,76). Sum of RGB (Red+Green+Blue) = 174+129+76=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE814C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE814C is #517EB3. Grayscale: #888888. Windows color (decimal): -5340852 or 5013934. OLE color: 5013934.

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

Color convert

RGB 174 129 76 -
CMYK 0 0.26 0.56 0.32
HSL 32.45º 0.39% 0.49% -
HSV(B) 32.45º 0.56% 0.68% -
XYZ 26.61 25.22 10.3 -
YUV 136.41 93.91 154.81 -
System Red Green Blue C M Y K H S L
Decimal 174 129 76 0 0.26 0.56 0.32 32.45 0.39 0.49
Hex AE 81 4C 0 1A 38 20 20 27 31
Octal 256 201 114 0 32 70 40 40 47 61
Binary 10101110 10000001 1001100 0 11010 111000 100000 100000 100111 110001

Color Harmonies of #AE814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE814C

Black with #AE814C

Text Example


Text Example

White with #AE814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE814C; }

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

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

background-color css

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

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

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

border-color css

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

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

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