Html Css Color HEX #AE8255 Muddy Waters

📋 copy color: '#AE8255'

red 174 ◦ green 130 ◦ blue 85

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

Shades of Muddy Waters #AE8255

Tints of Muddy Waters #AE8255

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.42%

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

R = 44.73%
G = 33.42%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AE8255 (or 0xAE8255) is known color: Muddy Waters. HEX triplet: AE, 82 and 55. RGB value is (174,130,85). Sum of RGB (Red+Green+Blue) = 174+130+85=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8255 is #517DAA. Grayscale: #8A8A8A. Windows color (decimal): -5340587 or 5604014. OLE color: 5604014.

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

Color convert

RGB 174 130 85 -
CMYK 0 0.25 0.51 0.32
HSL 30.34º 0.35% 0.51% -
HSV(B) 30.34º 0.51% 0.68% -
XYZ 27.08 25.62 12.11 -
YUV 138.03 98.08 153.66 -
System Red Green Blue C M Y K H S L
Decimal 174 130 85 0 0.25 0.51 0.32 30.34 0.35 0.51
Hex AE 82 55 0 19 33 20 1E 23 33
Octal 256 202 125 0 31 63 40 36 43 63
Binary 10101110 10000010 1010101 0 11001 110011 100000 11110 100011 110011

Color Harmonies of #AE8255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8255

Black with #AE8255

Text Example


Text Example

White with #AE8255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8255; }

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

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

background-color css

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

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

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

border-color css

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

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

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