Html Css Color HEX #AA774D Muddy Waters

📋 copy color: '#AA774D'

red 170 ◦ green 119 ◦ blue 77

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

Shades of Muddy Waters #AA774D

Tints of Muddy Waters #AA774D

RGB

 RED value IS 170 (66.8% from 255) = 46.45%

 GREEN value IS 119 (46.88% from 255) = 32.51%

 BLUE value IS 77 (30.47% from 255) = 21.04%

R = 46.45%
G = 32.51%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA774D (or 0xAA774D) is known color: Muddy Waters. HEX triplet: AA, 77 and 4D. RGB value is (170,119,77). Sum of RGB (Red+Green+Blue) = 170+119+77=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA774D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA774D is #5588B2. Grayscale: #818181. Windows color (decimal): -5605555 or 5076906. OLE color: 5076906.

HSL color Cylindrical-coordinate representation of color #AA774D: hue angle of 27.1º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA774D is Cyan = 0, Magento = 0.3, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 119 77 -
CMYK 0 0.3 0.55 0.33
HSL 27.1º 0.38% 0.48% -
HSV(B) 27.1º 0.55% 0.67% -
XYZ 24.51 22.28 10.03 -
YUV 129.46 98.4 156.92 -
System Red Green Blue C M Y K H S L
Decimal 170 119 77 0 0.3 0.55 0.33 27.1 0.38 0.48
Hex AA 77 4D 0 1E 37 21 1B 26 30
Octal 252 167 115 0 36 67 41 33 46 60
Binary 10101010 1110111 1001101 0 11110 110111 100001 11011 100110 110000

Color Harmonies of #AA774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA774D

Black with #AA774D

Text Example


Text Example

White with #AA774D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA774D; }

 p { color: rgb(170,119,77); }

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

background-color css

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

 a { background-color: rgb(170,119,77); }

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

border-color css

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

 span { border-color: rgb(170,119,77); }

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