Html Css Color HEX #AA794A Muddy Waters

📋 copy color: '#AA794A'

red 170 ◦ green 121 ◦ blue 74

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

Shades of Muddy Waters #AA794A

Tints of Muddy Waters #AA794A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.15%

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

R = 46.58%
G = 33.15%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA794A (or 0xAA794A) is known color: Muddy Waters. HEX triplet: AA, 79 and 4A. RGB value is (170,121,74). Sum of RGB (Red+Green+Blue) = 170+121+74=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA794A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA794A is #5586B5. Grayscale: #828282. Windows color (decimal): -5605046 or 4880810. OLE color: 4880810.

HSL color Cylindrical-coordinate representation of color #AA794A: hue angle of 29.38º 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 #AA794A is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 121 74 -
CMYK 0 0.29 0.56 0.33
HSL 29.38º 0.39% 0.48% -
HSV(B) 29.38º 0.56% 0.67% -
XYZ 24.65 22.72 9.56 -
YUV 130.29 96.23 156.32 -
System Red Green Blue C M Y K H S L
Decimal 170 121 74 0 0.29 0.56 0.33 29.38 0.39 0.48
Hex AA 79 4A 0 1D 38 21 1D 27 30
Octal 252 171 112 0 35 70 41 35 47 60
Binary 10101010 1111001 1001010 0 11101 111000 100001 11101 100111 110000

Color Harmonies of #AA794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA794A

Black with #AA794A

Text Example


Text Example

White with #AA794A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA794A; }

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

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

background-color css

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

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

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

border-color css

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

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

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