Html Css Color HEX #AE8044 Muddy Waters

📋 copy color: '#AE8044'

red 174 ◦ green 128 ◦ blue 68

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

Shades of Muddy Waters #AE8044

Tints of Muddy Waters #AE8044

RGB

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

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

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

R = 47.03%
G = 34.59%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE8044 (or 0xAE8044) is known color: Muddy Waters. HEX triplet: AE, 80 and 44. RGB value is (174,128,68). Sum of RGB (Red+Green+Blue) = 174+128+68=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8044 is #517FBB. Grayscale: #878787. Windows color (decimal): -5341116 or 4489390. OLE color: 4489390.

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

Color convert

RGB 174 128 68 -
CMYK 0 0.26 0.61 0.32
HSL 33.96º 0.44% 0.47% -
HSV(B) 33.96º 0.61% 0.68% -
XYZ 26.22 24.85 8.88 -
YUV 134.91 90.24 155.88 -
System Red Green Blue C M Y K H S L
Decimal 174 128 68 0 0.26 0.61 0.32 33.96 0.44 0.47
Hex AE 80 44 0 1A 3D 20 22 2C 2F
Octal 256 200 104 0 32 75 40 42 54 57
Binary 10101110 10000000 1000100 0 11010 111101 100000 100010 101100 101111

Color Harmonies of #AE8044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8044

Black with #AE8044

Text Example


Text Example

White with #AE8044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8044; }

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

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

background-color css

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

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

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

border-color css

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

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

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