Html Css Color HEX #AE8047 Muddy Waters

📋 copy color: '#AE8047'

red 174 ◦ green 128 ◦ blue 71

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

Shades of Muddy Waters #AE8047

Tints of Muddy Waters #AE8047

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.32%

 BLUE value IS 71 (28.13% from 255) = 19.03%

R = 46.65%
G = 34.32%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AE8047 (or 0xAE8047) is known color: Muddy Waters. HEX triplet: AE, 80 and 47. RGB value is (174,128,71). Sum of RGB (Red+Green+Blue) = 174+128+71=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8047 is #517FB8. Grayscale: #878787. Windows color (decimal): -5341113 or 4685998. OLE color: 4685998.

HSL color Cylindrical-coordinate representation of color #AE8047: hue angle of 33.2º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE8047 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 128 71 -
CMYK 0 0.26 0.59 0.32
HSL 33.2º 0.42% 0.48% -
HSV(B) 33.2º 0.59% 0.68% -
XYZ 26.31 24.89 9.38 -
YUV 135.26 91.74 155.63 -
System Red Green Blue C M Y K H S L
Decimal 174 128 71 0 0.26 0.59 0.32 33.2 0.42 0.48
Hex AE 80 47 0 1A 3B 20 21 2A 30
Octal 256 200 107 0 32 73 40 41 52 60
Binary 10101110 10000000 1000111 0 11010 111011 100000 100001 101010 110000

Color Harmonies of #AE8047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8047

Black with #AE8047

Text Example


Text Example

White with #AE8047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8047; }

 p { color: rgb(174,128,71); }

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

background-color css

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

 a { background-color: rgb(174,128,71); }

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

border-color css

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

 span { border-color: rgb(174,128,71); }

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