Html Css Color HEX #AA784D Muddy Waters

📋 copy color: '#AA784D'

red 170 ◦ green 120 ◦ blue 77

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

Shades of Muddy Waters #AA784D

Tints of Muddy Waters #AA784D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.7%

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

R = 46.32%
G = 32.7%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA784D (or 0xAA784D) is known color: Muddy Waters. HEX triplet: AA, 78 and 4D. RGB value is (170,120,77). Sum of RGB (Red+Green+Blue) = 170+120+77=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA784D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA784D is #5587B2. Grayscale: #828282. Windows color (decimal): -5605299 or 5077162. OLE color: 5077162.

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

Color convert

RGB 170 120 77 -
CMYK 0 0.29 0.55 0.33
HSL 27.74º 0.38% 0.48% -
HSV(B) 27.74º 0.55% 0.67% -
XYZ 24.63 22.51 10.07 -
YUV 130.05 98.07 156.5 -
System Red Green Blue C M Y K H S L
Decimal 170 120 77 0 0.29 0.55 0.33 27.74 0.38 0.48
Hex AA 78 4D 0 1D 37 21 1C 26 30
Octal 252 170 115 0 35 67 41 34 46 60
Binary 10101010 1111000 1001101 0 11101 110111 100001 11100 100110 110000

Color Harmonies of #AA784D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA784D

Black with #AA784D

Text Example


Text Example

White with #AA784D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA784D; }

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

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

background-color css

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

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

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

border-color css

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

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

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