Html Css Color HEX #AE8155 Muddy Waters

📋 copy color: '#AE8155'

red 174 ◦ green 129 ◦ blue 85

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

Shades of Muddy Waters #AE8155

Tints of Muddy Waters #AE8155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.91%

R = 44.85%
G = 33.25%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AE8155 (or 0xAE8155) is known color: Muddy Waters. HEX triplet: AE, 81 and 55. RGB value is (174,129,85). Sum of RGB (Red+Green+Blue) = 174+129+85=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8155 is #517EAA. Grayscale: #898989. Windows color (decimal): -5340843 or 5603758. OLE color: 5603758.

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

Color convert

RGB 174 129 85 -
CMYK 0 0.26 0.51 0.32
HSL 29.66º 0.35% 0.51% -
HSV(B) 29.66º 0.51% 0.68% -
XYZ 26.95 25.36 12.07 -
YUV 137.44 98.41 154.08 -
System Red Green Blue C M Y K H S L
Decimal 174 129 85 0 0.26 0.51 0.32 29.66 0.35 0.51
Hex AE 81 55 0 1A 33 20 1E 23 33
Octal 256 201 125 0 32 63 40 36 43 63
Binary 10101110 10000001 1010101 0 11010 110011 100000 11110 100011 110011

Color Harmonies of #AE8155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8155

Black with #AE8155

Text Example


Text Example

White with #AE8155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8155; }

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

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

background-color css

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

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

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

border-color css

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

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

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