Html Css Color HEX #AE7F50 Muddy Waters

📋 copy color: '#AE7F50'

red 174 ◦ green 127 ◦ blue 80

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

Shades of Muddy Waters #AE7F50

Tints of Muddy Waters #AE7F50

RGB

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

 GREEN value IS 127 (50% from 255) = 33.33%

 BLUE value IS 80 (31.64% from 255) = 21%

R = 45.67%
G = 33.33%
B = 21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AE7F50 (or 0xAE7F50) is known color: Muddy Waters. HEX triplet: AE, 7F and 50. RGB value is (174,127,80). Sum of RGB (Red+Green+Blue) = 174+127+80=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7F50 is #5180AF. Grayscale: #878787. Windows color (decimal): -5341360 or 5275566. OLE color: 5275566.

HSL color Cylindrical-coordinate representation of color #AE7F50: hue angle of 30º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE7F50 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 127 80 -
CMYK 0 0.27 0.54 0.32
HSL 30º 0.37% 0.5% -
HSV(B) 30º 0.54% 0.68% -
XYZ 26.49 24.76 10.97 -
YUV 135.7 96.57 155.32 -
System Red Green Blue C M Y K H S L
Decimal 174 127 80 0 0.27 0.54 0.32 30 0.37 0.5
Hex AE 7F 50 0 1B 36 20 1E 25 32
Octal 256 177 120 0 33 66 40 36 45 62
Binary 10101110 1111111 1010000 0 11011 110110 100000 11110 100101 110010

Color Harmonies of #AE7F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7F50

Black with #AE7F50

Text Example


Text Example

White with #AE7F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7F50; }

 p { color: rgb(174,127,80); }

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

background-color css

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

 a { background-color: rgb(174,127,80); }

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

border-color css

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

 span { border-color: rgb(174,127,80); }

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