Html Css Color HEX #AA774A Muddy Waters

📋 copy color: '#AA774A'

red 170 ◦ green 119 ◦ blue 74

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

Shades of Muddy Waters #AA774A

Tints of Muddy Waters #AA774A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.39%

R = 46.83%
G = 32.78%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA774A (or 0xAA774A) is known color: Muddy Waters. HEX triplet: AA, 77 and 4A. RGB value is (170,119,74). Sum of RGB (Red+Green+Blue) = 170+119+74=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA774A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA774A is #5588B5. Grayscale: #818181. Windows color (decimal): -5605558 or 4880298. OLE color: 4880298.

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

Color convert

RGB 170 119 74 -
CMYK 0 0.3 0.56 0.33
HSL 28.13º 0.39% 0.48% -
HSV(B) 28.13º 0.56% 0.67% -
XYZ 24.41 22.23 9.48 -
YUV 129.12 96.9 157.16 -
System Red Green Blue C M Y K H S L
Decimal 170 119 74 0 0.3 0.56 0.33 28.13 0.39 0.48
Hex AA 77 4A 0 1E 38 21 1C 27 30
Octal 252 167 112 0 36 70 41 34 47 60
Binary 10101010 1110111 1001010 0 11110 111000 100001 11100 100111 110000

Color Harmonies of #AA774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA774A

Black with #AA774A

Text Example


Text Example

White with #AA774A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA774A; }

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

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

background-color css

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

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

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

border-color css

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

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

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